Shades of Cosmos #FDCECE
Tints of Cosmos #FDCECE
RGB
CMYK
RGB Variations
Color information
#FDCECE (or 0xFDCECE) is known color: Cosmos. HEX triplet: FD, CE and CE. RGB value is (253,206,206). Sum of RGB (Red+Green+Blue) = 253+206+206=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 206 (80.86% from 255 or 30.98% from 665); Blue value is 206 (80.86% from 255 or 30.98% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCECE is #023131. Grayscale: #DCDCDC. Windows color (decimal): -143666 or 13553405. OLE color: 13553405.
HSL color Cylindrical-coordinate representation of color #FDCECE: hue angle of 0º 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 #FDCECE is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 206 | 206 | - |
CMYK | 0 | 0.19 | 0.19 | 0.01 |
HSL | 0º | 0.92% | 0.9% | - |
HSV(B) | 0º | 0.19% | 0.99% | - |
XYZ | 73.72 | 69.48 | 67.92 | - |
YUV | 220.05 | 120.07 | 151.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 206 | 206 | 0 | 0.19 | 0.19 | 0.01 | 0 | 0.92 | 0.9 |
Hex | FD | CE | CE | 0 | 13 | 13 | 1 | 0 | 5C | 5A |
Octal | 375 | 316 | 316 | 0 | 23 | 23 | 1 | 0 | 134 | 132 |
Binary | 11111101 | 11001110 | 11001110 | 0 | 10011 | 10011 | 1 | 0 | 1011100 | 1011010 |
Color Harmonies of #FDCECE
Complementary color
Monochromatic Colors of #FDCECE
Black with #FDCECE
Text Example
Text Example
White with #FDCECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCECE; }
p { color: rgb(253,206,206); }
H1.HeaderClassName
{
color: #FDCECE;
}
.AnyTagClassName
{
color: #FDCECE;
}
</style>
background-color css
<style>
a { background-color: #FDCECE; }
a { background-color: rgb(253,206,206); }
div.DivClassName
{
background-color: #FDCECE;
}
.BgClassName
{
background-color: #FDCECE;
}
</style>
border-color css
<style>
span { border-color: #FDCECE; }
span { border-color: rgb(253,206,206); }
td.TdClassName
{
border-color: #FDCECE;
}
.TagClassName
{
border-color: #FDCECE;
}
</style>