Shades of Cosmos #FFCDCC
Tints of Cosmos #FFCDCC
RGB
CMYK
RGB Variations
Color information
#FFCDCC (or 0xFFCDCC) is known color: Cosmos. HEX triplet: FF, CD and CC. RGB value is (255,205,204). Sum of RGB (Red+Green+Blue) = 255+205+204=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 205 (80.47% from 255 or 30.87% from 664); Blue value is 204 (80.08% from 255 or 30.72% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCDCC is #003233. Grayscale: #DBDBDB. Windows color (decimal): -12852 or 13422079. OLE color: 13422079.
HSL color Cylindrical-coordinate representation of color #FFCDCC: hue angle of 1.18º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFCDCC is Cyan = 0, Magento = 0.20, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 204 | - |
| CMYK | 0 | 0.20 | 0.2 | 0 |
| HSL | 1.18º | 1% | 0.9% | - |
| HSV(B) | 1.18º | 0.2% | 1% | - |
| XYZ | 73.97 | 69.28 | 66.6 | - |
| YUV | 219.84 | 119.07 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 204 | 0 | 0.20 | 0.2 | 0 | 1.18 | 1 | 0.9 |
| Hex | FF | CD | CC | 0 | 14 | 14 | 0 | 1 | 64 | 5A |
| Octal | 377 | 315 | 314 | 0 | 24 | 24 | 0 | 1 | 144 | 132 |
| Binary | 11111111 | 11001101 | 11001100 | 0 | 10100 | 10100 | 0 | 1 | 1100100 | 1011010 |
Color Harmonies of #FFCDCC
Complementary color
Monochromatic Colors of #FFCDCC
Black with #FFCDCC
Text Example
Text Example
White with #FFCDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCDCC; }
p { color: rgb(255,205,204); }
H1.HeaderClassName
{
color: #FFCDCC;
}
.AnyTagClassName
{
color: #FFCDCC;
}
</style>
background-color css
<style>
a { background-color: #FFCDCC; }
a { background-color: rgb(255,205,204); }
div.DivClassName
{
background-color: #FFCDCC;
}
.BgClassName
{
background-color: #FFCDCC;
}
</style>
border-color css
<style>
span { border-color: #FFCDCC; }
span { border-color: rgb(255,205,204); }
td.TdClassName
{
border-color: #FFCDCC;
}
.TagClassName
{
border-color: #FFCDCC;
}
</style>