Shades of Classic Rose #FACEEF
Tints of Classic Rose #FACEEF
RGB
CMYK
RGB Variations
Color information
#FACEEF (or 0xFACEEF) is known color: Classic Rose. HEX triplet: FA, CE and EF. RGB value is (250,206,239). Sum of RGB (Red+Green+Blue) = 250+206+239=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 206 (80.86% from 255 or 29.64% from 695); Blue value is 239 (93.75% from 255 or 34.39% from 695); Max value from RGB is 250 - color contains mainly: red. Hex color #FACEEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACEEF is #053110. Grayscale: #DEDEDE. Windows color (decimal): -340241 or 15716090. OLE color: 15716090.
HSL color Cylindrical-coordinate representation of color #FACEEF: hue angle of 315º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FACEEF is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 206 | 239 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.02 |
| HSL | 315º | 0.81% | 0.89% | - |
| HSV(B) | 315º | 0.18% | 0.98% | - |
| XYZ | 77.08 | 70.7 | 91.25 | - |
| YUV | 222.92 | 137.08 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 206 | 239 | 0 | 0.18 | 0.04 | 0.02 | 315 | 0.81 | 0.89 |
| Hex | FA | CE | EF | 0 | 12 | 4 | 2 | 13B | 51 | 59 |
| Octal | 372 | 316 | 357 | 0 | 22 | 4 | 2 | 473 | 121 | 131 |
| Binary | 11111010 | 11001110 | 11101111 | 0 | 10010 | 100 | 10 | 100111011 | 1010001 | 1011001 |
Color Harmonies of #FACEEF
Complementary color
Monochromatic Colors of #FACEEF
Black with #FACEEF
Text Example
Text Example
White with #FACEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACEEF; }
p { color: rgb(250,206,239); }
H1.HeaderClassName
{
color: #FACEEF;
}
.AnyTagClassName
{
color: #FACEEF;
}
</style>
background-color css
<style>
a { background-color: #FACEEF; }
a { background-color: rgb(250,206,239); }
div.DivClassName
{
background-color: #FACEEF;
}
.BgClassName
{
background-color: #FACEEF;
}
</style>
border-color css
<style>
span { border-color: #FACEEF; }
span { border-color: rgb(250,206,239); }
td.TdClassName
{
border-color: #FACEEF;
}
.TagClassName
{
border-color: #FACEEF;
}
</style>