Shades of Cosmos #FFCCCB
Tints of Cosmos #FFCCCB
RGB
CMYK
RGB Variations
Color information
#FFCCCB (or 0xFFCCCB) is known color: Cosmos. HEX triplet: FF, CC and CB. RGB value is (255,204,203). Sum of RGB (Red+Green+Blue) = 255+204+203=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 204 (80.08% from 255 or 30.82% from 662); Blue value is 203 (79.69% from 255 or 30.66% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCCCB is #003334. Grayscale: #DBDBDB. Windows color (decimal): -13109 or 13356287. OLE color: 13356287.
HSL color Cylindrical-coordinate representation of color #FFCCCB: hue angle of 1.15º 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 #FFCCCB is Cyan = 0, Magento = 0.2, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 204 | 203 | - |
| CMYK | 0 | 0.2 | 0.20 | 0 |
| HSL | 1.15º | 1% | 0.9% | - |
| HSV(B) | 1.15º | 0.2% | 1% | - |
| XYZ | 73.61 | 68.76 | 65.89 | - |
| YUV | 219.14 | 118.9 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 204 | 203 | 0 | 0.2 | 0.20 | 0 | 1.15 | 1 | 0.9 |
| Hex | FF | CC | CB | 0 | 14 | 14 | 0 | 1 | 64 | 5A |
| Octal | 377 | 314 | 313 | 0 | 24 | 24 | 0 | 1 | 144 | 132 |
| Binary | 11111111 | 11001100 | 11001011 | 0 | 10100 | 10100 | 0 | 1 | 1100100 | 1011010 |
Color Harmonies of #FFCCCB
Complementary color
Monochromatic Colors of #FFCCCB
Black with #FFCCCB
Text Example
Text Example
White with #FFCCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCCCB; }
p { color: rgb(255,204,203); }
H1.HeaderClassName
{
color: #FFCCCB;
}
.AnyTagClassName
{
color: #FFCCCB;
}
</style>
background-color css
<style>
a { background-color: #FFCCCB; }
a { background-color: rgb(255,204,203); }
div.DivClassName
{
background-color: #FFCCCB;
}
.BgClassName
{
background-color: #FFCCCB;
}
</style>
border-color css
<style>
span { border-color: #FFCCCB; }
span { border-color: rgb(255,204,203); }
td.TdClassName
{
border-color: #FFCCCB;
}
.TagClassName
{
border-color: #FFCCCB;
}
</style>