Shades of Chardon #FCEBDF
Tints of Chardon #FCEBDF
RGB
CMYK
RGB Variations
Color information
#FCEBDF (or 0xFCEBDF) is known color: Chardon. HEX triplet: FC, EB and DF. RGB value is (252,235,223). Sum of RGB (Red+Green+Blue) = 252+235+223=710 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.49% from 710); Green value is 235 (92.19% from 255 or 33.10% from 710); Blue value is 223 (87.5% from 255 or 31.41% from 710); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEBDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCEBDF is #031420. Grayscale: #EEEEEE. Windows color (decimal): -201761 or 14674940. OLE color: 14674940.
HSL color Cylindrical-coordinate representation of color #FCEBDF: hue angle of 24.83º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCEBDF is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 235 | 223 | - |
CMYK | 0 | 0.07 | 0.12 | 0.01 |
HSL | 24.83º | 0.83% | 0.93% | - |
HSV(B) | 24.83º | 0.12% | 0.99% | - |
XYZ | 83.17 | 85.44 | 81.92 | - |
YUV | 238.72 | 119.13 | 137.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 235 | 223 | 0 | 0.07 | 0.12 | 0.01 | 24.83 | 0.83 | 0.93 |
Hex | FC | EB | DF | 0 | 7 | C | 1 | 19 | 53 | 5D |
Octal | 374 | 353 | 337 | 0 | 7 | 14 | 1 | 31 | 123 | 135 |
Binary | 11111100 | 11101011 | 11011111 | 0 | 111 | 1100 | 1 | 11001 | 1010011 | 1011101 |
Color Harmonies of #FCEBDF
Complementary color
Monochromatic Colors of #FCEBDF
Black with #FCEBDF
Text Example
Text Example
White with #FCEBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEBDF; }
p { color: rgb(252,235,223); }
H1.HeaderClassName
{
color: #FCEBDF;
}
.AnyTagClassName
{
color: #FCEBDF;
}
</style>
background-color css
<style>
a { background-color: #FCEBDF; }
a { background-color: rgb(252,235,223); }
div.DivClassName
{
background-color: #FCEBDF;
}
.BgClassName
{
background-color: #FCEBDF;
}
</style>
border-color css
<style>
span { border-color: #FCEBDF; }
span { border-color: rgb(252,235,223); }
td.TdClassName
{
border-color: #FCEBDF;
}
.TagClassName
{
border-color: #FCEBDF;
}
</style>