Shades of Cosmos #FDCCCC
Tints of Cosmos #FDCCCC
RGB
CMYK
RGB Variations
Color information
#FDCCCC (or 0xFDCCCC) is known color: Cosmos. HEX triplet: FD, CC and CC. RGB value is (253,204,204). Sum of RGB (Red+Green+Blue) = 253+204+204=661 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.28% from 661); Green value is 204 (80.08% from 255 or 30.86% from 661); Blue value is 204 (80.08% from 255 or 30.86% from 661); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCCCC is #023333. Grayscale: #DADADA. Windows color (decimal): -144180 or 13421821. OLE color: 13421821.
HSL color Cylindrical-coordinate representation of color #FDCCCC: hue angle of 0º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FDCCCC is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 204 | 204 | - |
CMYK | 0 | 0.19 | 0.19 | 0.01 |
HSL | 0º | 0.92% | 0.9% | - |
HSV(B) | 0º | 0.19% | 0.99% | - |
XYZ | 73 | 68.43 | 66.49 | - |
YUV | 218.65 | 119.73 | 152.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 204 | 204 | 0 | 0.19 | 0.19 | 0.01 | 0 | 0.92 | 0.9 |
Hex | FD | CC | CC | 0 | 13 | 13 | 1 | 0 | 5C | 5A |
Octal | 375 | 314 | 314 | 0 | 23 | 23 | 1 | 0 | 134 | 132 |
Binary | 11111101 | 11001100 | 11001100 | 0 | 10011 | 10011 | 1 | 0 | 1011100 | 1011010 |
Color Harmonies of #FDCCCC
Complementary color
Monochromatic Colors of #FDCCCC
Black with #FDCCCC
Text Example
Text Example
White with #FDCCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCCCC; }
p { color: rgb(253,204,204); }
H1.HeaderClassName
{
color: #FDCCCC;
}
.AnyTagClassName
{
color: #FDCCCC;
}
</style>
background-color css
<style>
a { background-color: #FDCCCC; }
a { background-color: rgb(253,204,204); }
div.DivClassName
{
background-color: #FDCCCC;
}
.BgClassName
{
background-color: #FDCCCC;
}
</style>
border-color css
<style>
span { border-color: #FDCCCC; }
span { border-color: rgb(253,204,204); }
td.TdClassName
{
border-color: #FDCCCC;
}
.TagClassName
{
border-color: #FDCCCC;
}
</style>