Shades of Rose White #FAECE6
Tints of Rose White #FAECE6
RGB
CMYK
RGB Variations
Color information
#FAECE6 (or 0xFAECE6) is known color: Rose White. HEX triplet: FA, EC and E6. RGB value is (250,236,230). Sum of RGB (Red+Green+Blue) = 250+236+230=716 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.92% from 716); Green value is 236 (92.58% from 255 or 32.96% from 716); Blue value is 230 (90.23% from 255 or 32.12% from 716); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAECE6 is #051319. Grayscale: #EFEFEF. Windows color (decimal): -332570 or 15133946. OLE color: 15133946.
HSL color Cylindrical-coordinate representation of color #FAECE6: hue angle of 18º degrees, saturation: 0.67, 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 #FAECE6 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 236 | 230 | - |
CMYK | 0 | 0.06 | 0.08 | 0.02 |
HSL | 18º | 0.67% | 0.94% | - |
HSV(B) | 18º | 0.08% | 0.98% | - |
XYZ | 83.7 | 86.03 | 87.06 | - |
YUV | 239.5 | 122.64 | 135.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 236 | 230 | 0 | 0.06 | 0.08 | 0.02 | 18 | 0.67 | 0.94 |
Hex | FA | EC | E6 | 0 | 6 | 8 | 2 | 12 | 43 | 5E |
Octal | 372 | 354 | 346 | 0 | 6 | 10 | 2 | 22 | 103 | 136 |
Binary | 11111010 | 11101100 | 11100110 | 0 | 110 | 1000 | 10 | 10010 | 1000011 | 1011110 |
Color Harmonies of #FAECE6
Complementary color
Monochromatic Colors of #FAECE6
Black with #FAECE6
Text Example
Text Example
White with #FAECE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAECE6; }
p { color: rgb(250,236,230); }
H1.HeaderClassName
{
color: #FAECE6;
}
.AnyTagClassName
{
color: #FAECE6;
}
</style>
background-color css
<style>
a { background-color: #FAECE6; }
a { background-color: rgb(250,236,230); }
div.DivClassName
{
background-color: #FAECE6;
}
.BgClassName
{
background-color: #FAECE6;
}
</style>
border-color css
<style>
span { border-color: #FAECE6; }
span { border-color: rgb(250,236,230); }
td.TdClassName
{
border-color: #FAECE6;
}
.TagClassName
{
border-color: #FAECE6;
}
</style>