Shades of Cosmos #FDCECB
Tints of Cosmos #FDCECB
RGB
CMYK
RGB Variations
Color information
#FDCECB (or 0xFDCECB) is known color: Cosmos. HEX triplet: FD, CE and CB. RGB value is (253,206,203). Sum of RGB (Red+Green+Blue) = 253+206+203=662 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.22% from 662); Green value is 206 (80.86% from 255 or 31.12% from 662); Blue value is 203 (79.69% from 255 or 30.66% from 662); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCECB is #023134. Grayscale: #DBDBDB. Windows color (decimal): -143669 or 13356797. OLE color: 13356797.
HSL color Cylindrical-coordinate representation of color #FDCECB: hue angle of 3.6º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDCECB is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 206 | 203 | - |
CMYK | 0 | 0.19 | 0.20 | 0.01 |
HSL | 3.6º | 0.93% | 0.89% | - |
HSV(B) | 3.6º | 0.2% | 0.99% | - |
XYZ | 73.36 | 69.34 | 66.02 | - |
YUV | 219.71 | 118.57 | 151.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 206 | 203 | 0 | 0.19 | 0.20 | 0.01 | 3.6 | 0.93 | 0.89 |
Hex | FD | CE | CB | 0 | 13 | 14 | 1 | 4 | 5D | 59 |
Octal | 375 | 316 | 313 | 0 | 23 | 24 | 1 | 4 | 135 | 131 |
Binary | 11111101 | 11001110 | 11001011 | 0 | 10011 | 10100 | 1 | 100 | 1011101 | 1011001 |
Color Harmonies of #FDCECB
Complementary color
Monochromatic Colors of #FDCECB
Black with #FDCECB
Text Example
Text Example
White with #FDCECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCECB; }
p { color: rgb(253,206,203); }
H1.HeaderClassName
{
color: #FDCECB;
}
.AnyTagClassName
{
color: #FDCECB;
}
</style>
background-color css
<style>
a { background-color: #FDCECB; }
a { background-color: rgb(253,206,203); }
div.DivClassName
{
background-color: #FDCECB;
}
.BgClassName
{
background-color: #FDCECB;
}
</style>
border-color css
<style>
span { border-color: #FDCECB; }
span { border-color: rgb(253,206,203); }
td.TdClassName
{
border-color: #FDCECB;
}
.TagClassName
{
border-color: #FDCECB;
}
</style>