Shades of Cosmos #FDCACA
Tints of Cosmos #FDCACA
RGB
CMYK
RGB Variations
Color information
#FDCACA (or 0xFDCACA) is known color: Cosmos. HEX triplet: FD, CA and CA. RGB value is (253,202,202). Sum of RGB (Red+Green+Blue) = 253+202+202=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 202 (79.30% from 255 or 30.75% from 657); Blue value is 202 (79.30% from 255 or 30.75% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCACA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCACA is #023535. Grayscale: #D9D9D9. Windows color (decimal): -144694 or 13290237. OLE color: 13290237.
HSL color Cylindrical-coordinate representation of color #FDCACA: hue angle of 0º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDCACA is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 202 | 202 | - |
| CMYK | 0 | 0.20 | 0.20 | 0.01 |
| HSL | 0º | 0.93% | 0.89% | - |
| HSV(B) | 0º | 0.2% | 0.99% | - |
| XYZ | 72.29 | 67.39 | 65.07 | - |
| YUV | 217.25 | 119.4 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 202 | 202 | 0 | 0.20 | 0.20 | 0.01 | 0 | 0.93 | 0.89 |
| Hex | FD | CA | CA | 0 | 14 | 14 | 1 | 0 | 5D | 59 |
| Octal | 375 | 312 | 312 | 0 | 24 | 24 | 1 | 0 | 135 | 131 |
| Binary | 11111101 | 11001010 | 11001010 | 0 | 10100 | 10100 | 1 | 0 | 1011101 | 1011001 |
Color Harmonies of #FDCACA
Complementary color
Monochromatic Colors of #FDCACA
Black with #FDCACA
Text Example
Text Example
White with #FDCACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCACA; }
p { color: rgb(253,202,202); }
H1.HeaderClassName
{
color: #FDCACA;
}
.AnyTagClassName
{
color: #FDCACA;
}
</style>
background-color css
<style>
a { background-color: #FDCACA; }
a { background-color: rgb(253,202,202); }
div.DivClassName
{
background-color: #FDCACA;
}
.BgClassName
{
background-color: #FDCACA;
}
</style>
border-color css
<style>
span { border-color: #FDCACA; }
span { border-color: rgb(253,202,202); }
td.TdClassName
{
border-color: #FDCACA;
}
.TagClassName
{
border-color: #FDCACA;
}
</style>