Shades of Cosmos #FED6D4
Tints of Cosmos #FED6D4
RGB
CMYK
RGB Variations
Color information
#FED6D4 (or 0xFED6D4) is known color: Cosmos. HEX triplet: FE, D6 and D4. RGB value is (254,214,212). Sum of RGB (Red+Green+Blue) = 254+214+212=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 214 (83.98% from 255 or 31.47% from 680); Blue value is 212 (83.20% from 255 or 31.18% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FED6D4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FED6D4 is #01292B. Grayscale: #E1E1E1. Windows color (decimal): -76076 or 13948670. OLE color: 13948670.
HSL color Cylindrical-coordinate representation of color #FED6D4: hue angle of 2.86º degrees, saturation: 0.95, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FED6D4 is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 214 | 212 | - |
CMYK | 0 | 0.16 | 0.17 | 0.00 |
HSL | 2.86º | 0.95% | 0.91% | - |
HSV(B) | 2.86º | 0.17% | 1% | - |
XYZ | 76.8 | 73.92 | 72.51 | - |
YUV | 225.73 | 120.25 | 148.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 214 | 212 | 0 | 0.16 | 0.17 | 0.00 | 2.86 | 0.95 | 0.91 |
Hex | FE | D6 | D4 | 0 | 10 | 11 | 0 | 3 | 5F | 5B |
Octal | 376 | 326 | 324 | 0 | 20 | 21 | 0 | 3 | 137 | 133 |
Binary | 11111110 | 11010110 | 11010100 | 0 | 10000 | 10001 | 0 | 11 | 1011111 | 1011011 |
Color Harmonies of #FED6D4
Complementary color
Monochromatic Colors of #FED6D4
Black with #FED6D4
Text Example
Text Example
White with #FED6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FED6D4; }
p { color: rgb(254,214,212); }
H1.HeaderClassName
{
color: #FED6D4;
}
.AnyTagClassName
{
color: #FED6D4;
}
</style>
background-color css
<style>
a { background-color: #FED6D4; }
a { background-color: rgb(254,214,212); }
div.DivClassName
{
background-color: #FED6D4;
}
.BgClassName
{
background-color: #FED6D4;
}
</style>
border-color css
<style>
span { border-color: #FED6D4; }
span { border-color: rgb(254,214,212); }
td.TdClassName
{
border-color: #FED6D4;
}
.TagClassName
{
border-color: #FED6D4;
}
</style>