Shades of Cosmos #FCCDCB
Tints of Cosmos #FCCDCB
RGB
CMYK
RGB Variations
Color information
#FCCDCB (or 0xFCCDCB) is known color: Cosmos. HEX triplet: FC, CD and CB. RGB value is (252,205,203). Sum of RGB (Red+Green+Blue) = 252+205+203=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 205 (80.47% from 255 or 31.06% from 660); Blue value is 203 (79.69% from 255 or 30.76% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCDCB is #033234. Grayscale: #DADADA. Windows color (decimal): -209461 or 13356540. OLE color: 13356540.
HSL color Cylindrical-coordinate representation of color #FCCDCB: hue angle of 2.45º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCCDCB is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 205 | 203 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.01 |
| HSL | 2.45º | 0.89% | 0.89% | - |
| HSV(B) | 2.45º | 0.19% | 0.99% | - |
| XYZ | 72.76 | 68.67 | 65.92 | - |
| YUV | 218.83 | 119.07 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 205 | 203 | 0 | 0.19 | 0.19 | 0.01 | 2.45 | 0.89 | 0.89 |
| Hex | FC | CD | CB | 0 | 13 | 13 | 1 | 2 | 59 | 59 |
| Octal | 374 | 315 | 313 | 0 | 23 | 23 | 1 | 2 | 131 | 131 |
| Binary | 11111100 | 11001101 | 11001011 | 0 | 10011 | 10011 | 1 | 10 | 1011001 | 1011001 |
Color Harmonies of #FCCDCB
Complementary color
Monochromatic Colors of #FCCDCB
Black with #FCCDCB
Text Example
Text Example
White with #FCCDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCDCB; }
p { color: rgb(252,205,203); }
H1.HeaderClassName
{
color: #FCCDCB;
}
.AnyTagClassName
{
color: #FCCDCB;
}
</style>
background-color css
<style>
a { background-color: #FCCDCB; }
a { background-color: rgb(252,205,203); }
div.DivClassName
{
background-color: #FCCDCB;
}
.BgClassName
{
background-color: #FCCDCB;
}
</style>
border-color css
<style>
span { border-color: #FCCDCB; }
span { border-color: rgb(252,205,203); }
td.TdClassName
{
border-color: #FCCDCB;
}
.TagClassName
{
border-color: #FCCDCB;
}
</style>