Shades of Cosmos #FFCBCA
Tints of Cosmos #FFCBCA
RGB
CMYK
RGB Variations
Color information
#FFCBCA (or 0xFFCBCA) is known color: Cosmos. HEX triplet: FF, CB and CA. RGB value is (255,203,202). Sum of RGB (Red+Green+Blue) = 255+203+202=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 203 (79.69% from 255 or 30.76% from 660); Blue value is 202 (79.30% from 255 or 30.61% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCBCA is #003435. Grayscale: #DADADA. Windows color (decimal): -13366 or 13290495. OLE color: 13290495.
HSL color Cylindrical-coordinate representation of color #FFCBCA: hue angle of 1.13º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FFCBCA is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 202 | - |
| CMYK | 0 | 0.20 | 0.21 | 0 |
| HSL | 1.13º | 1% | 0.9% | - |
| HSV(B) | 1.13º | 0.21% | 1% | - |
| XYZ | 73.26 | 68.24 | 65.19 | - |
| YUV | 218.43 | 118.73 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 202 | 0 | 0.20 | 0.21 | 0 | 1.13 | 1 | 0.9 |
| Hex | FF | CB | CA | 0 | 14 | 15 | 0 | 1 | 64 | 5A |
| Octal | 377 | 313 | 312 | 0 | 24 | 25 | 0 | 1 | 144 | 132 |
| Binary | 11111111 | 11001011 | 11001010 | 0 | 10100 | 10101 | 0 | 1 | 1100100 | 1011010 |
Color Harmonies of #FFCBCA
Complementary color
Monochromatic Colors of #FFCBCA
Black with #FFCBCA
Text Example
Text Example
White with #FFCBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCBCA; }
p { color: rgb(255,203,202); }
H1.HeaderClassName
{
color: #FFCBCA;
}
.AnyTagClassName
{
color: #FFCBCA;
}
</style>
background-color css
<style>
a { background-color: #FFCBCA; }
a { background-color: rgb(255,203,202); }
div.DivClassName
{
background-color: #FFCBCA;
}
.BgClassName
{
background-color: #FFCBCA;
}
</style>
border-color css
<style>
span { border-color: #FFCBCA; }
span { border-color: rgb(255,203,202); }
td.TdClassName
{
border-color: #FFCBCA;
}
.TagClassName
{
border-color: #FFCBCA;
}
</style>