Color spaces of #facfdf
RGB | 250 | 207 | 223 |
---|---|---|---|
HSL | 0.94 | 0.81 | 0.90 |
HSV | 338° | 17° | 98° |
CMYK | 0.00 | 0.17 | 0.11 0.02 |
XYZ | 75.0564 | 70.2774 | 79.4210 |
Yxy | 70.2774 | 0.3339 | 0.3127 |
Hunter Lab | 83.8316 | 13.1099 | 2.5115 |
CIE-Lab | 87.1327 | 17.6160 | -2.2192 |
#facfdf color RGB value is (250,207,223).
#facfdf hex color red value is 250, green value is 207 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #facfdf hue: 0.94 , saturation: 0.81 and the lightness value of facfdf is 0.90.
The process color (four color CMYK) of #facfdf color hex is 0.00, 0.17, 0.11, 0.02. Web safe color of #facfdf is #ffcccc. Color #facfdf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 11001111 | 11011111 |
Octal | 372 | 317 | 337 |
Decimal | 250 | 207 | 223 |
Hex | FA | CF | DF |
Shades of #facfdf
Tints of #facfdf
RGB Percentages of Color #facfdf
CMYK Percentages of Color #facfdf
Complementary Color
#facfdf | #cffaea |
#facfdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#facfdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#facfdf Color CSS Codes
.mybgcolor {background-color:#facfdf; } .myforecolor {color:#facfdf; } .mybordercolor {border:3px solid #facfdf; }
#facfdf Text Font Color
<p style="color:#facfdf">Text here</p>
This sample text font color is #facfdf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#facfdf Background Color
<div style="background-color:#facfdf">
Div content here</div>
This div background color is #facfdf
#facfdf Border Color
<div style="border:3px solid #facfdf">
Div here</div>
This div border color is #facfdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,207,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #facfdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #facfdf; -webkit-box-shadow: 1px 1px 3px 2px #facfdf; box-shadow: 1px 1px 3px 2px #facfdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,207,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #facfdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #facfdf; -webkit-box-shadow: 1px 1px 3px 2px #facfdf; box-shadow: 1px 1px 3px 2px #facfdf;">
Div content here</div>
This div box has shadow with color #facfdf
Comments
No comments written yet.
Please login to write comment.