Shades of Cosmos #FFCCC8
Tints of Cosmos #FFCCC8
RGB
CMYK
RGB Variations
Color information
#FFCCC8 (or 0xFFCCC8) is known color: Cosmos. HEX triplet: FF, CC and C8. RGB value is (255,204,200). Sum of RGB (Red+Green+Blue) = 255+204+200=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 204 (80.08% from 255 or 30.96% from 659); Blue value is 200 (78.52% from 255 or 30.35% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCC8 is #003337. Grayscale: #DADADA. Windows color (decimal): -13112 or 13159679. OLE color: 13159679.
HSL color Cylindrical-coordinate representation of color #FFCCC8: hue angle of 4.36º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FFCCC8 is Cyan = 0, Magento = 0.2, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 200 | - |
| CMYK | 0 | 0.2 | 0.22 | 0 |
| HSL | 4.36º | 1% | 0.89% | - |
| HSV(B) | 4.36º | 0.22% | 1% | - |
| XYZ | 73.26 | 68.62 | 64.03 | - |
| YUV | 218.79 | 117.4 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 200 | 0 | 0.2 | 0.22 | 0 | 4.36 | 1 | 0.89 |
| Hex | FF | CC | C8 | 0 | 14 | 16 | 0 | 4 | 64 | 59 |
| Octal | 377 | 314 | 310 | 0 | 24 | 26 | 0 | 4 | 144 | 131 |
| Binary | 11111111 | 11001100 | 11001000 | 0 | 10100 | 10110 | 0 | 100 | 1100100 | 1011001 |
Color Harmonies of #FFCCC8
Complementary color
Monochromatic Colors of #FFCCC8
Black with #FFCCC8
Text Example
Text Example
White with #FFCCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCC8; }
p { color: rgb(255,204,200); }
H1.HeaderClassName
{
color: #FFCCC8;
}
.AnyTagClassName
{
color: #FFCCC8;
}
</style>
background-color css
<style>
a { background-color: #FFCCC8; }
a { background-color: rgb(255,204,200); }
div.DivClassName
{
background-color: #FFCCC8;
}
.BgClassName
{
background-color: #FFCCC8;
}
</style>
border-color css
<style>
span { border-color: #FFCCC8; }
span { border-color: rgb(255,204,200); }
td.TdClassName
{
border-color: #FFCCC8;
}
.TagClassName
{
border-color: #FFCCC8;
}
</style>