Shades of Selago #FDEFFC
Tints of Selago #FDEFFC
RGB
CMYK
RGB Variations
Color information
#FDEFFC (or 0xFDEFFC) is known color: Selago. HEX triplet: FD, EF and FC. RGB value is (253,239,252). Sum of RGB (Red+Green+Blue) = 253+239+252=744 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.01% from 744); Green value is 239 (93.75% from 255 or 32.12% from 744); Blue value is 252 (98.83% from 255 or 33.87% from 744); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEFFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEFFC is #021003. Grayscale: #F4F4F4. Windows color (decimal): -135172 or 16576509. OLE color: 16576509.
HSL color Cylindrical-coordinate representation of color #FDEFFC: hue angle of 304.29º degrees, saturation: 0.78, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FDEFFC is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 239 | 252 | - |
| CMYK | 0 | 0.06 | 0.00 | 0.01 |
| HSL | 304.29º | 0.78% | 0.96% | - |
| HSV(B) | 304.29º | 0.06% | 0.99% | - |
| XYZ | 88.95 | 89.64 | 104.71 | - |
| YUV | 244.67 | 132.14 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 239 | 252 | 0 | 0.06 | 0.00 | 0.01 | 304.29 | 0.78 | 0.96 |
| Hex | FD | EF | FC | 0 | 6 | 0 | 1 | 130 | 4E | 60 |
| Octal | 375 | 357 | 374 | 0 | 6 | 0 | 1 | 460 | 116 | 140 |
| Binary | 11111101 | 11101111 | 11111100 | 0 | 110 | 0 | 1 | 100110000 | 1001110 | 1100000 |
Color Harmonies of #FDEFFC
Complementary color
Monochromatic Colors of #FDEFFC
Black with #FDEFFC
Text Example
Text Example
White with #FDEFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEFFC; }
p { color: rgb(253,239,252); }
H1.HeaderClassName
{
color: #FDEFFC;
}
.AnyTagClassName
{
color: #FDEFFC;
}
</style>
background-color css
<style>
a { background-color: #FDEFFC; }
a { background-color: rgb(253,239,252); }
div.DivClassName
{
background-color: #FDEFFC;
}
.BgClassName
{
background-color: #FDEFFC;
}
</style>
border-color css
<style>
span { border-color: #FDEFFC; }
span { border-color: rgb(253,239,252); }
td.TdClassName
{
border-color: #FDEFFC;
}
.TagClassName
{
border-color: #FDEFFC;
}
</style>