Shades of Cosmos #FFCCCC
Tints of Cosmos #FFCCCC
RGB
CMYK
RGB Variations
Color information
#FFCCCC (or 0xFFCCCC) is known color: Cosmos. HEX triplet: FF, CC and CC. RGB value is (255,204,204). Sum of RGB (Red+Green+Blue) = 255+204+204=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 204 (80.08% from 255 or 30.77% from 663); Blue value is 204 (80.08% from 255 or 30.77% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCCC is a web safe color. Inversed color of #FFCCCC is #003333. Grayscale: #DBDBDB. Windows color (decimal): -13108 or 13421823. OLE color: 13421823.
HSL color Cylindrical-coordinate representation of color #FFCCCC: hue angle of 0º 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 #FFCCCC is Cyan = 0, Magento = 0.2, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 204 | 204 | - |
CMYK | 0 | 0.2 | 0.2 | 0 |
HSL | 0º | 1% | 0.9% | - |
HSV(B) | 0º | 0.2% | 1% | - |
XYZ | 73.73 | 68.81 | 66.52 | - |
YUV | 219.25 | 119.4 | 153.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 204 | 204 | 0 | 0.2 | 0.2 | 0 | 0 | 1 | 0.9 |
Hex | FF | CC | CC | 0 | 14 | 14 | 0 | 0 | 64 | 5A |
Octal | 377 | 314 | 314 | 0 | 24 | 24 | 0 | 0 | 144 | 132 |
Binary | 11111111 | 11001100 | 11001100 | 0 | 10100 | 10100 | 0 | 0 | 1100100 | 1011010 |
Color Harmonies of #FFCCCC
Complementary color
Monochromatic Colors of #FFCCCC
Black with #FFCCCC
Text Example
Text Example
White with #FFCCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCCC; }
p { color: rgb(255,204,204); }
H1.HeaderClassName
{
color: #FFCCCC;
}
.AnyTagClassName
{
color: #FFCCCC;
}
</style>
background-color css
<style>
a { background-color: #FFCCCC; }
a { background-color: rgb(255,204,204); }
div.DivClassName
{
background-color: #FFCCCC;
}
.BgClassName
{
background-color: #FFCCCC;
}
</style>
border-color css
<style>
span { border-color: #FFCCCC; }
span { border-color: rgb(255,204,204); }
td.TdClassName
{
border-color: #FFCCCC;
}
.TagClassName
{
border-color: #FFCCCC;
}
</style>