Shades of Rose White #FCEFEB
Tints of Rose White #FCEFEB
RGB
CMYK
RGB Variations
Color information
#FCEFEB (or 0xFCEFEB) is known color: Rose White. HEX triplet: FC, EF and EB. RGB value is (252,239,235). Sum of RGB (Red+Green+Blue) = 252+239+235=726 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.71% from 726); Green value is 239 (93.75% from 255 or 32.92% from 726); Blue value is 235 (92.19% from 255 or 32.37% from 726); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEFEB is #031014. Grayscale: #F2F2F2. Windows color (decimal): -200725 or 15462396. OLE color: 15462396.
HSL color Cylindrical-coordinate representation of color #FCEFEB: hue angle of 14.12º degrees, saturation: 0.74, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FCEFEB is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 239 | 235 | - |
CMYK | 0 | 0.05 | 0.07 | 0.01 |
HSL | 14.12º | 0.74% | 0.95% | - |
HSV(B) | 14.12º | 0.07% | 0.99% | - |
XYZ | 86.01 | 88.43 | 91.13 | - |
YUV | 242.43 | 123.81 | 134.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 239 | 235 | 0 | 0.05 | 0.07 | 0.01 | 14.12 | 0.74 | 0.95 |
Hex | FC | EF | EB | 0 | 5 | 7 | 1 | E | 4A | 5F |
Octal | 374 | 357 | 353 | 0 | 5 | 7 | 1 | 16 | 112 | 137 |
Binary | 11111100 | 11101111 | 11101011 | 0 | 101 | 111 | 1 | 1110 | 1001010 | 1011111 |
Color Harmonies of #FCEFEB
Complementary color
Monochromatic Colors of #FCEFEB
Black with #FCEFEB
Text Example
Text Example
White with #FCEFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEFEB; }
p { color: rgb(252,239,235); }
H1.HeaderClassName
{
color: #FCEFEB;
}
.AnyTagClassName
{
color: #FCEFEB;
}
</style>
background-color css
<style>
a { background-color: #FCEFEB; }
a { background-color: rgb(252,239,235); }
div.DivClassName
{
background-color: #FCEFEB;
}
.BgClassName
{
background-color: #FCEFEB;
}
</style>
border-color css
<style>
span { border-color: #FCEFEB; }
span { border-color: rgb(252,239,235); }
td.TdClassName
{
border-color: #FCEFEB;
}
.TagClassName
{
border-color: #FCEFEB;
}
</style>