Shades of Rose White #FAECE5
Tints of Rose White #FAECE5
RGB
CMYK
RGB Variations
Color information
#FAECE5 (or 0xFAECE5) is known color: Rose White. HEX triplet: FA, EC and E5. RGB value is (250,236,229). Sum of RGB (Red+Green+Blue) = 250+236+229=715 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.97% from 715); Green value is 236 (92.58% from 255 or 33.01% from 715); Blue value is 229 (89.84% from 255 or 32.03% from 715); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECE5 is #05131A. Grayscale: #EFEFEF. Windows color (decimal): -332571 or 15068410. OLE color: 15068410.
HSL color Cylindrical-coordinate representation of color #FAECE5: hue angle of 20º degrees, saturation: 0.68, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FAECE5 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 236 | 229 | - |
CMYK | 0 | 0.06 | 0.08 | 0.02 |
HSL | 20º | 0.68% | 0.94% | - |
HSV(B) | 20º | 0.08% | 0.98% | - |
XYZ | 83.56 | 85.97 | 86.32 | - |
YUV | 239.39 | 122.14 | 135.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 236 | 229 | 0 | 0.06 | 0.08 | 0.02 | 20 | 0.68 | 0.94 |
Hex | FA | EC | E5 | 0 | 6 | 8 | 2 | 14 | 44 | 5E |
Octal | 372 | 354 | 345 | 0 | 6 | 10 | 2 | 24 | 104 | 136 |
Binary | 11111010 | 11101100 | 11100101 | 0 | 110 | 1000 | 10 | 10100 | 1000100 | 1011110 |
Color Harmonies of #FAECE5
Complementary color
Monochromatic Colors of #FAECE5
Black with #FAECE5
Text Example
Text Example
White with #FAECE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAECE5; }
p { color: rgb(250,236,229); }
H1.HeaderClassName
{
color: #FAECE5;
}
.AnyTagClassName
{
color: #FAECE5;
}
</style>
background-color css
<style>
a { background-color: #FAECE5; }
a { background-color: rgb(250,236,229); }
div.DivClassName
{
background-color: #FAECE5;
}
.BgClassName
{
background-color: #FAECE5;
}
</style>
border-color css
<style>
span { border-color: #FAECE5; }
span { border-color: rgb(250,236,229); }
td.TdClassName
{
border-color: #FAECE5;
}
.TagClassName
{
border-color: #FAECE5;
}
</style>