Shades of Cosmos #FDCFCD
Tints of Cosmos #FDCFCD
RGB
CMYK
RGB Variations
Color information
#FDCFCD (or 0xFDCFCD) is known color: Cosmos. HEX triplet: FD, CF and CD. RGB value is (253,207,205). Sum of RGB (Red+Green+Blue) = 253+207+205=665 (88% of max value = 765). Red value is 253 (99.22% from 255 or 38.05% from 665); Green value is 207 (81.25% from 255 or 31.13% from 665); Blue value is 205 (80.47% from 255 or 30.83% from 665); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFCD is #023032. Grayscale: #DCDCDC. Windows color (decimal): -143411 or 13488125. OLE color: 13488125.
HSL color Cylindrical-coordinate representation of color #FDCFCD: hue angle of 2.5º 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 #FDCFCD is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 207 | 205 | - |
CMYK | 0 | 0.18 | 0.19 | 0.01 |
HSL | 2.5º | 0.92% | 0.9% | - |
HSV(B) | 2.5º | 0.19% | 0.99% | - |
XYZ | 73.84 | 69.92 | 67.36 | - |
YUV | 220.53 | 119.24 | 151.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 207 | 205 | 0 | 0.18 | 0.19 | 0.01 | 2.5 | 0.92 | 0.9 |
Hex | FD | CF | CD | 0 | 12 | 13 | 1 | 2 | 5C | 5A |
Octal | 375 | 317 | 315 | 0 | 22 | 23 | 1 | 2 | 134 | 132 |
Binary | 11111101 | 11001111 | 11001101 | 0 | 10010 | 10011 | 1 | 10 | 1011100 | 1011010 |
Color Harmonies of #FDCFCD
Complementary color
Monochromatic Colors of #FDCFCD
Black with #FDCFCD
Text Example
Text Example
White with #FDCFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCFCD; }
p { color: rgb(253,207,205); }
H1.HeaderClassName
{
color: #FDCFCD;
}
.AnyTagClassName
{
color: #FDCFCD;
}
</style>
background-color css
<style>
a { background-color: #FDCFCD; }
a { background-color: rgb(253,207,205); }
div.DivClassName
{
background-color: #FDCFCD;
}
.BgClassName
{
background-color: #FDCFCD;
}
</style>
border-color css
<style>
span { border-color: #FDCFCD; }
span { border-color: rgb(253,207,205); }
td.TdClassName
{
border-color: #FDCFCD;
}
.TagClassName
{
border-color: #FDCFCD;
}
</style>