Shades of Selago #FDDEFC
Tints of Selago #FDDEFC
RGB
CMYK
RGB Variations
Color information
#FDDEFC (or 0xFDDEFC) is known color: Selago. HEX triplet: FD, DE and FC. RGB value is (253,222,252). Sum of RGB (Red+Green+Blue) = 253+222+252=727 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.80% from 727); Green value is 222 (87.11% from 255 or 30.54% from 727); Blue value is 252 (98.83% from 255 or 34.66% from 727); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDEFC is #022103. Grayscale: #EAEAEA. Windows color (decimal): -139524 or 16572157. OLE color: 16572157.
HSL color Cylindrical-coordinate representation of color #FDDEFC: hue angle of 301.94º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDDEFC is Cyan = 0, Magento = 0.12, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 222 | 252 | - |
CMYK | 0 | 0.12 | 0.00 | 0.01 |
HSL | 301.94º | 0.89% | 0.93% | - |
HSV(B) | 301.94º | 0.12% | 0.99% | - |
XYZ | 84.2 | 80.15 | 103.13 | - |
YUV | 234.69 | 137.77 | 141.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 222 | 252 | 0 | 0.12 | 0.00 | 0.01 | 301.94 | 0.89 | 0.93 |
Hex | FD | DE | FC | 0 | C | 0 | 1 | 12E | 59 | 5D |
Octal | 375 | 336 | 374 | 0 | 14 | 0 | 1 | 456 | 131 | 135 |
Binary | 11111101 | 11011110 | 11111100 | 0 | 1100 | 0 | 1 | 100101110 | 1011001 | 1011101 |
Color Harmonies of #FDDEFC
Complementary color
Monochromatic Colors of #FDDEFC
Black with #FDDEFC
Text Example
Text Example
White with #FDDEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDEFC; }
p { color: rgb(253,222,252); }
H1.HeaderClassName
{
color: #FDDEFC;
}
.AnyTagClassName
{
color: #FDDEFC;
}
</style>
background-color css
<style>
a { background-color: #FDDEFC; }
a { background-color: rgb(253,222,252); }
div.DivClassName
{
background-color: #FDDEFC;
}
.BgClassName
{
background-color: #FDDEFC;
}
</style>
border-color css
<style>
span { border-color: #FDDEFC; }
span { border-color: rgb(253,222,252); }
td.TdClassName
{
border-color: #FDDEFC;
}
.TagClassName
{
border-color: #FDDEFC;
}
</style>