Shades of Cosmos #FDD2D1
Tints of Cosmos #FDD2D1
RGB
CMYK
RGB Variations
Color information
#FDD2D1 (or 0xFDD2D1) is known color: Cosmos. HEX triplet: FD, D2 and D1. RGB value is (253,210,209). Sum of RGB (Red+Green+Blue) = 253+210+209=672 (89% of max value = 765). Red value is 253 (99.22% from 255 or 37.65% from 672); Green value is 210 (82.42% from 255 or 31.25% from 672); Blue value is 209 (82.03% from 255 or 31.10% from 672); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD2D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD2D1 is #022D2E. Grayscale: #DEDEDE. Windows color (decimal): -142639 or 13751037. OLE color: 13751037.
HSL color Cylindrical-coordinate representation of color #FDD2D1: hue angle of 1.36º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FDD2D1 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 210 | 209 | - |
CMYK | 0 | 0.17 | 0.17 | 0.01 |
HSL | 1.36º | 0.92% | 0.91% | - |
HSV(B) | 1.36º | 0.17% | 0.99% | - |
XYZ | 75.06 | 71.58 | 70.18 | - |
YUV | 222.74 | 120.25 | 149.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 210 | 209 | 0 | 0.17 | 0.17 | 0.01 | 1.36 | 0.92 | 0.91 |
Hex | FD | D2 | D1 | 0 | 11 | 11 | 1 | 1 | 5C | 5B |
Octal | 375 | 322 | 321 | 0 | 21 | 21 | 1 | 1 | 134 | 133 |
Binary | 11111101 | 11010010 | 11010001 | 0 | 10001 | 10001 | 1 | 1 | 1011100 | 1011011 |
Color Harmonies of #FDD2D1
Complementary color
Monochromatic Colors of #FDD2D1
Black with #FDD2D1
Text Example
Text Example
White with #FDD2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD2D1; }
p { color: rgb(253,210,209); }
H1.HeaderClassName
{
color: #FDD2D1;
}
.AnyTagClassName
{
color: #FDD2D1;
}
</style>
background-color css
<style>
a { background-color: #FDD2D1; }
a { background-color: rgb(253,210,209); }
div.DivClassName
{
background-color: #FDD2D1;
}
.BgClassName
{
background-color: #FDD2D1;
}
</style>
border-color css
<style>
span { border-color: #FDD2D1; }
span { border-color: rgb(253,210,209); }
td.TdClassName
{
border-color: #FDD2D1;
}
.TagClassName
{
border-color: #FDD2D1;
}
</style>