Shades of Cosmos #FDCDCC
Tints of Cosmos #FDCDCC
RGB
CMYK
RGB Variations
Color information
#FDCDCC (or 0xFDCDCC) is known color: Cosmos. HEX triplet: FD, CD and CC. RGB value is (253,205,204). Sum of RGB (Red+Green+Blue) = 253+205+204=662 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.22% from 662); Green value is 205 (80.47% from 255 or 30.97% from 662); Blue value is 204 (80.08% from 255 or 30.82% from 662); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDCC is #023233. Grayscale: #DBDBDB. Windows color (decimal): -143924 or 13422077. OLE color: 13422077.
HSL color Cylindrical-coordinate representation of color #FDCDCC: hue angle of 1.22º 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 #FDCDCC is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 205 | 204 | - |
CMYK | 0 | 0.19 | 0.19 | 0.01 |
HSL | 1.22º | 0.92% | 0.9% | - |
HSV(B) | 1.22º | 0.19% | 0.99% | - |
XYZ | 73.24 | 68.9 | 66.57 | - |
YUV | 219.24 | 119.4 | 152.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 205 | 204 | 0 | 0.19 | 0.19 | 0.01 | 1.22 | 0.92 | 0.9 |
Hex | FD | CD | CC | 0 | 13 | 13 | 1 | 1 | 5C | 5A |
Octal | 375 | 315 | 314 | 0 | 23 | 23 | 1 | 1 | 134 | 132 |
Binary | 11111101 | 11001101 | 11001100 | 0 | 10011 | 10011 | 1 | 1 | 1011100 | 1011010 |
Color Harmonies of #FDCDCC
Complementary color
Monochromatic Colors of #FDCDCC
Black with #FDCDCC
Text Example
Text Example
White with #FDCDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCDCC; }
p { color: rgb(253,205,204); }
H1.HeaderClassName
{
color: #FDCDCC;
}
.AnyTagClassName
{
color: #FDCDCC;
}
</style>
background-color css
<style>
a { background-color: #FDCDCC; }
a { background-color: rgb(253,205,204); }
div.DivClassName
{
background-color: #FDCDCC;
}
.BgClassName
{
background-color: #FDCDCC;
}
</style>
border-color css
<style>
span { border-color: #FDCDCC; }
span { border-color: rgb(253,205,204); }
td.TdClassName
{
border-color: #FDCDCC;
}
.TagClassName
{
border-color: #FDCDCC;
}
</style>