Shades of Cosmos #FDCECC
Tints of Cosmos #FDCECC
RGB
CMYK
RGB Variations
Color information
#FDCECC (or 0xFDCECC) is known color: Cosmos. HEX triplet: FD, CE and CC. RGB value is (253,206,204). Sum of RGB (Red+Green+Blue) = 253+206+204=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 206 (80.86% from 255 or 31.07% from 663); Blue value is 204 (80.08% from 255 or 30.77% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCECC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCECC is #023133. Grayscale: #DBDBDB. Windows color (decimal): -143668 or 13422333. OLE color: 13422333.
HSL color Cylindrical-coordinate representation of color #FDCECC: hue angle of 2.45º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDCECC is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 206 | 204 | - |
CMYK | 0 | 0.19 | 0.19 | 0.01 |
HSL | 2.45º | 0.92% | 0.9% | - |
HSV(B) | 2.45º | 0.19% | 0.99% | - |
XYZ | 73.48 | 69.38 | 66.65 | - |
YUV | 219.83 | 119.07 | 151.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 206 | 204 | 0 | 0.19 | 0.19 | 0.01 | 2.45 | 0.92 | 0.9 |
Hex | FD | CE | CC | 0 | 13 | 13 | 1 | 2 | 5C | 5A |
Octal | 375 | 316 | 314 | 0 | 23 | 23 | 1 | 2 | 134 | 132 |
Binary | 11111101 | 11001110 | 11001100 | 0 | 10011 | 10011 | 1 | 10 | 1011100 | 1011010 |
Color Harmonies of #FDCECC
Complementary color
Monochromatic Colors of #FDCECC
Black with #FDCECC
Text Example
Text Example
White with #FDCECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCECC; }
p { color: rgb(253,206,204); }
H1.HeaderClassName
{
color: #FDCECC;
}
.AnyTagClassName
{
color: #FDCECC;
}
</style>
background-color css
<style>
a { background-color: #FDCECC; }
a { background-color: rgb(253,206,204); }
div.DivClassName
{
background-color: #FDCECC;
}
.BgClassName
{
background-color: #FDCECC;
}
</style>
border-color css
<style>
span { border-color: #FDCECC; }
span { border-color: rgb(253,206,204); }
td.TdClassName
{
border-color: #FDCECC;
}
.TagClassName
{
border-color: #FDCECC;
}
</style>