Shades of Cosmos #FDCFCC
Tints of Cosmos #FDCFCC
RGB
CMYK
RGB Variations
Color information
#FDCFCC (or 0xFDCFCC) is known color: Cosmos. HEX triplet: FD, CF and CC. RGB value is (253,207,204). Sum of RGB (Red+Green+Blue) = 253+207+204=664 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.10% from 664); Green value is 207 (81.25% from 255 or 31.17% from 664); Blue value is 204 (80.08% from 255 or 30.72% from 664); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCFCC is #023033. Grayscale: #DCDCDC. Windows color (decimal): -143412 or 13422589. OLE color: 13422589.
HSL color Cylindrical-coordinate representation of color #FDCFCC: hue angle of 3.67º 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 #FDCFCC is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 207 | 204 | - |
CMYK | 0 | 0.18 | 0.19 | 0.01 |
HSL | 3.67º | 0.92% | 0.9% | - |
HSV(B) | 3.67º | 0.19% | 0.99% | - |
XYZ | 73.72 | 69.87 | 66.73 | - |
YUV | 220.41 | 118.74 | 151.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 207 | 204 | 0 | 0.18 | 0.19 | 0.01 | 3.67 | 0.92 | 0.9 |
Hex | FD | CF | CC | 0 | 12 | 13 | 1 | 4 | 5C | 5A |
Octal | 375 | 317 | 314 | 0 | 22 | 23 | 1 | 4 | 134 | 132 |
Binary | 11111101 | 11001111 | 11001100 | 0 | 10010 | 10011 | 1 | 100 | 1011100 | 1011010 |
Color Harmonies of #FDCFCC
Complementary color
Monochromatic Colors of #FDCFCC
Black with #FDCFCC
Text Example
Text Example
White with #FDCFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDCFCC; }
p { color: rgb(253,207,204); }
H1.HeaderClassName
{
color: #FDCFCC;
}
.AnyTagClassName
{
color: #FDCFCC;
}
</style>
background-color css
<style>
a { background-color: #FDCFCC; }
a { background-color: rgb(253,207,204); }
div.DivClassName
{
background-color: #FDCFCC;
}
.BgClassName
{
background-color: #FDCFCC;
}
</style>
border-color css
<style>
span { border-color: #FDCFCC; }
span { border-color: rgb(253,207,204); }
td.TdClassName
{
border-color: #FDCFCC;
}
.TagClassName
{
border-color: #FDCFCC;
}
</style>