Shades of Rose White #FCEFED
Tints of Rose White #FCEFED
RGB
CMYK
RGB Variations
Color information
#FCEFED (or 0xFCEFED) is known color: Rose White. HEX triplet: FC, EF and ED. RGB value is (252,239,237). Sum of RGB (Red+Green+Blue) = 252+239+237=728 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.62% from 728); Green value is 239 (93.75% from 255 or 32.83% from 728); Blue value is 237 (92.97% from 255 or 32.55% from 728); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEFED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEFED is #031012. Grayscale: #F2F2F2. Windows color (decimal): -200723 or 15593468. OLE color: 15593468.
HSL color Cylindrical-coordinate representation of color #FCEFED: hue angle of 8º degrees, saturation: 0.71, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FCEFED is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 239 | 237 | - |
CMYK | 0 | 0.05 | 0.06 | 0.01 |
HSL | 8º | 0.71% | 0.96% | - |
HSV(B) | 8º | 0.06% | 0.99% | - |
XYZ | 86.3 | 88.54 | 92.66 | - |
YUV | 242.66 | 124.81 | 134.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 239 | 237 | 0 | 0.05 | 0.06 | 0.01 | 8 | 0.71 | 0.96 |
Hex | FC | EF | ED | 0 | 5 | 6 | 1 | 8 | 47 | 60 |
Octal | 374 | 357 | 355 | 0 | 5 | 6 | 1 | 10 | 107 | 140 |
Binary | 11111100 | 11101111 | 11101101 | 0 | 101 | 110 | 1 | 1000 | 1000111 | 1100000 |
Color Harmonies of #FCEFED
Complementary color
Monochromatic Colors of #FCEFED
Black with #FCEFED
Text Example
Text Example
White with #FCEFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEFED; }
p { color: rgb(252,239,237); }
H1.HeaderClassName
{
color: #FCEFED;
}
.AnyTagClassName
{
color: #FCEFED;
}
</style>
background-color css
<style>
a { background-color: #FCEFED; }
a { background-color: rgb(252,239,237); }
div.DivClassName
{
background-color: #FCEFED;
}
.BgClassName
{
background-color: #FCEFED;
}
</style>
border-color css
<style>
span { border-color: #FCEFED; }
span { border-color: rgb(252,239,237); }
td.TdClassName
{
border-color: #FCEFED;
}
.TagClassName
{
border-color: #FCEFED;
}
</style>