Shades of Cosmos #FDCDCD
Tints of Cosmos #FDCDCD
RGB
CMYK
RGB Variations
Color information
#FDCDCD (or 0xFDCDCD) is known color: Cosmos. HEX triplet: FD, CD and CD. RGB value is (253,205,205). Sum of RGB (Red+Green+Blue) = 253+205+205=663 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.16% from 663); Green value is 205 (80.47% from 255 or 30.92% from 663); Blue value is 205 (80.47% from 255 or 30.92% from 663); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCDCD is #023232. Grayscale: #DBDBDB. Windows color (decimal): -143923 or 13487613. OLE color: 13487613.
HSL color Cylindrical-coordinate representation of color #FDCDCD: 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 #FDCDCD is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 205 | 205 | - |
CMYK | 0 | 0.19 | 0.19 | 0.01 |
HSL | 0º | 0.92% | 0.9% | - |
HSV(B) | 0º | 0.19% | 0.99% | - |
XYZ | 73.36 | 68.95 | 67.2 | - |
YUV | 219.35 | 119.9 | 152 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 205 | 205 | 0 | 0.19 | 0.19 | 0.01 | 0 | 0.92 | 0.9 |
Hex | FD | CD | CD | 0 | 13 | 13 | 1 | 0 | 5C | 5A |
Octal | 375 | 315 | 315 | 0 | 23 | 23 | 1 | 0 | 134 | 132 |
Binary | 11111101 | 11001101 | 11001101 | 0 | 10011 | 10011 | 1 | 0 | 1011100 | 1011010 |
Color Harmonies of #FDCDCD
Complementary color
Monochromatic Colors of #FDCDCD
Black with #FDCDCD
Text Example
Text Example
White with #FDCDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCDCD; }
p { color: rgb(253,205,205); }
H1.HeaderClassName
{
color: #FDCDCD;
}
.AnyTagClassName
{
color: #FDCDCD;
}
</style>
background-color css
<style>
a { background-color: #FDCDCD; }
a { background-color: rgb(253,205,205); }
div.DivClassName
{
background-color: #FDCDCD;
}
.BgClassName
{
background-color: #FDCDCD;
}
</style>
border-color css
<style>
span { border-color: #FDCDCD; }
span { border-color: rgb(253,205,205); }
td.TdClassName
{
border-color: #FDCDCD;
}
.TagClassName
{
border-color: #FDCDCD;
}
</style>