Shades of Rose White #FAECE7
Tints of Rose White #FAECE7
RGB
CMYK
RGB Variations
Color information
#FAECE7 (or 0xFAECE7) is known color: Rose White. HEX triplet: FA, EC and E7. RGB value is (250,236,231). Sum of RGB (Red+Green+Blue) = 250+236+231=717 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.87% from 717); Green value is 236 (92.58% from 255 or 32.91% from 717); Blue value is 231 (90.62% from 255 or 32.22% from 717); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAECE7 is #051318. Grayscale: #EFEFEF. Windows color (decimal): -332569 or 15199482. OLE color: 15199482.
HSL color Cylindrical-coordinate representation of color #FAECE7: hue angle of 15.79º degrees, saturation: 0.66, 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 #FAECE7 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 236 | 231 | - |
CMYK | 0 | 0.06 | 0.08 | 0.02 |
HSL | 15.79º | 0.66% | 0.94% | - |
HSV(B) | 15.79º | 0.08% | 0.98% | - |
XYZ | 83.84 | 86.08 | 87.8 | - |
YUV | 239.62 | 123.14 | 135.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 236 | 231 | 0 | 0.06 | 0.08 | 0.02 | 15.79 | 0.66 | 0.94 |
Hex | FA | EC | E7 | 0 | 6 | 8 | 2 | 10 | 42 | 5E |
Octal | 372 | 354 | 347 | 0 | 6 | 10 | 2 | 20 | 102 | 136 |
Binary | 11111010 | 11101100 | 11100111 | 0 | 110 | 1000 | 10 | 10000 | 1000010 | 1011110 |
Color Harmonies of #FAECE7
Complementary color
Monochromatic Colors of #FAECE7
Black with #FAECE7
Text Example
Text Example
White with #FAECE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAECE7; }
p { color: rgb(250,236,231); }
H1.HeaderClassName
{
color: #FAECE7;
}
.AnyTagClassName
{
color: #FAECE7;
}
</style>
background-color css
<style>
a { background-color: #FAECE7; }
a { background-color: rgb(250,236,231); }
div.DivClassName
{
background-color: #FAECE7;
}
.BgClassName
{
background-color: #FAECE7;
}
</style>
border-color css
<style>
span { border-color: #FAECE7; }
span { border-color: rgb(250,236,231); }
td.TdClassName
{
border-color: #FAECE7;
}
.TagClassName
{
border-color: #FAECE7;
}
</style>