Shades of Rose White #FAECE4
Tints of Rose White #FAECE4
RGB
CMYK
RGB Variations
Color information
#FAECE4 (or 0xFAECE4) is known color: Rose White. HEX triplet: FA, EC and E4. RGB value is (250,236,228). Sum of RGB (Red+Green+Blue) = 250+236+228=714 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.01% from 714); Green value is 236 (92.58% from 255 or 33.05% from 714); Blue value is 228 (89.45% from 255 or 31.93% from 714); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECE4 is #05131B. Grayscale: #EFEFEF. Windows color (decimal): -332572 or 15002874. OLE color: 15002874.
HSL color Cylindrical-coordinate representation of color #FAECE4: hue angle of 21.82º degrees, saturation: 0.69, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FAECE4 is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 236 | 228 | - |
CMYK | 0 | 0.06 | 0.09 | 0.02 |
HSL | 21.82º | 0.69% | 0.94% | - |
HSV(B) | 21.82º | 0.09% | 0.98% | - |
XYZ | 83.42 | 85.92 | 85.59 | - |
YUV | 239.27 | 121.64 | 135.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 236 | 228 | 0 | 0.06 | 0.09 | 0.02 | 21.82 | 0.69 | 0.94 |
Hex | FA | EC | E4 | 0 | 6 | 9 | 2 | 16 | 45 | 5E |
Octal | 372 | 354 | 344 | 0 | 6 | 11 | 2 | 26 | 105 | 136 |
Binary | 11111010 | 11101100 | 11100100 | 0 | 110 | 1001 | 10 | 10110 | 1000101 | 1011110 |
Color Harmonies of #FAECE4
Complementary color
Monochromatic Colors of #FAECE4
Black with #FAECE4
Text Example
Text Example
White with #FAECE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAECE4; }
p { color: rgb(250,236,228); }
H1.HeaderClassName
{
color: #FAECE4;
}
.AnyTagClassName
{
color: #FAECE4;
}
</style>
background-color css
<style>
a { background-color: #FAECE4; }
a { background-color: rgb(250,236,228); }
div.DivClassName
{
background-color: #FAECE4;
}
.BgClassName
{
background-color: #FAECE4;
}
</style>
border-color css
<style>
span { border-color: #FAECE4; }
span { border-color: rgb(250,236,228); }
td.TdClassName
{
border-color: #FAECE4;
}
.TagClassName
{
border-color: #FAECE4;
}
</style>