Shades of Selago #FDEAFB
Tints of Selago #FDEAFB
RGB
CMYK
RGB Variations
Color information
#FDEAFB (or 0xFDEAFB) is known color: Selago. HEX triplet: FD, EA and FB. RGB value is (253,234,251). Sum of RGB (Red+Green+Blue) = 253+234+251=738 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.28% from 738); Green value is 234 (91.80% from 255 or 31.71% from 738); Blue value is 251 (98.44% from 255 or 34.01% from 738); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEAFB is #021504. Grayscale: #F1F1F1. Windows color (decimal): -136453 or 16509693. OLE color: 16509693.
HSL color Cylindrical-coordinate representation of color #FDEAFB: hue angle of 306.32º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FDEAFB is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 251 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.01 |
| HSL | 306.32º | 0.83% | 0.95% | - |
| HSV(B) | 306.32º | 0.08% | 0.99% | - |
| XYZ | 87.34 | 86.69 | 103.4 | - |
| YUV | 241.62 | 133.29 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 251 | 0 | 0.08 | 0.01 | 0.01 | 306.32 | 0.83 | 0.95 |
| Hex | FD | EA | FB | 0 | 8 | 1 | 1 | 132 | 53 | 5F |
| Octal | 375 | 352 | 373 | 0 | 10 | 1 | 1 | 462 | 123 | 137 |
| Binary | 11111101 | 11101010 | 11111011 | 0 | 1000 | 1 | 1 | 100110010 | 1010011 | 1011111 |
Color Harmonies of #FDEAFB
Complementary color
Monochromatic Colors of #FDEAFB
Black with #FDEAFB
Text Example
Text Example
White with #FDEAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEAFB; }
p { color: rgb(253,234,251); }
H1.HeaderClassName
{
color: #FDEAFB;
}
.AnyTagClassName
{
color: #FDEAFB;
}
</style>
background-color css
<style>
a { background-color: #FDEAFB; }
a { background-color: rgb(253,234,251); }
div.DivClassName
{
background-color: #FDEAFB;
}
.BgClassName
{
background-color: #FDEAFB;
}
</style>
border-color css
<style>
span { border-color: #FDEAFB; }
span { border-color: rgb(253,234,251); }
td.TdClassName
{
border-color: #FDEAFB;
}
.TagClassName
{
border-color: #FDEAFB;
}
</style>