Shades of Rose White #FCEEE7
Tints of Rose White #FCEEE7
RGB
CMYK
RGB Variations
Color information
#FCEEE7 (or 0xFCEEE7) is known color: Rose White. HEX triplet: FC, EE and E7. RGB value is (252,238,231). Sum of RGB (Red+Green+Blue) = 252+238+231=721 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.95% from 721); Green value is 238 (93.36% from 255 or 33.01% from 721); Blue value is 231 (90.62% from 255 or 32.04% from 721); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEEE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEEE7 is #031118. Grayscale: #F1F1F1. Windows color (decimal): -200985 or 15199996. OLE color: 15199996.
HSL color Cylindrical-coordinate representation of color #FCEEE7: hue angle of 20º degrees, saturation: 0.78, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FCEEE7 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 238 | 231 | - |
CMYK | 0 | 0.06 | 0.08 | 0.01 |
HSL | 20º | 0.78% | 0.95% | - |
HSV(B) | 20º | 0.08% | 0.99% | - |
XYZ | 85.14 | 87.61 | 88.02 | - |
YUV | 241.39 | 122.14 | 135.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 238 | 231 | 0 | 0.06 | 0.08 | 0.01 | 20 | 0.78 | 0.95 |
Hex | FC | EE | E7 | 0 | 6 | 8 | 1 | 14 | 4E | 5F |
Octal | 374 | 356 | 347 | 0 | 6 | 10 | 1 | 24 | 116 | 137 |
Binary | 11111100 | 11101110 | 11100111 | 0 | 110 | 1000 | 1 | 10100 | 1001110 | 1011111 |
Color Harmonies of #FCEEE7
Complementary color
Monochromatic Colors of #FCEEE7
Black with #FCEEE7
Text Example
Text Example
White with #FCEEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEEE7; }
p { color: rgb(252,238,231); }
H1.HeaderClassName
{
color: #FCEEE7;
}
.AnyTagClassName
{
color: #FCEEE7;
}
</style>
background-color css
<style>
a { background-color: #FCEEE7; }
a { background-color: rgb(252,238,231); }
div.DivClassName
{
background-color: #FCEEE7;
}
.BgClassName
{
background-color: #FCEEE7;
}
</style>
border-color css
<style>
span { border-color: #FCEEE7; }
span { border-color: rgb(252,238,231); }
td.TdClassName
{
border-color: #FCEEE7;
}
.TagClassName
{
border-color: #FCEEE7;
}
</style>