Shades of Selago #FDEAFE
Tints of Selago #FDEAFE
RGB
CMYK
RGB Variations
Color information
#FDEAFE (or 0xFDEAFE) is known color: Selago. HEX triplet: FD, EA and FE. RGB value is (253,234,254). Sum of RGB (Red+Green+Blue) = 253+234+254=741 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.14% from 741); Green value is 234 (91.80% from 255 or 31.58% from 741); Blue value is 254 (99.61% from 255 or 34.28% from 741); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDEAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEAFE is #021501. Grayscale: #F1F1F1. Windows color (decimal): -136450 or 16706301. OLE color: 16706301.
HSL color Cylindrical-coordinate representation of color #FDEAFE: hue angle of 297º degrees, saturation: 0.91, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FDEAFE is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 234 | 254 | - |
| CMYK | 0.00 | 0.08 | 0 | 0.00 |
| HSL | 297º | 0.91% | 0.96% | - |
| HSV(B) | 297º | 0.08% | 1% | - |
| XYZ | 87.82 | 86.88 | 105.91 | - |
| YUV | 241.96 | 134.79 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 254 | 0.00 | 0.08 | 0 | 0.00 | 297 | 0.91 | 0.96 |
| Hex | FD | EA | FE | 0 | 8 | 0 | 0 | 129 | 5B | 60 |
| Octal | 375 | 352 | 376 | 0 | 10 | 0 | 0 | 451 | 133 | 140 |
| Binary | 11111101 | 11101010 | 11111110 | 0 | 1000 | 0 | 0 | 100101001 | 1011011 | 1100000 |
Color Harmonies of #FDEAFE
Complementary color
Monochromatic Colors of #FDEAFE
Black with #FDEAFE
Text Example
Text Example
White with #FDEAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEAFE; }
p { color: rgb(253,234,254); }
H1.HeaderClassName
{
color: #FDEAFE;
}
.AnyTagClassName
{
color: #FDEAFE;
}
</style>
background-color css
<style>
a { background-color: #FDEAFE; }
a { background-color: rgb(253,234,254); }
div.DivClassName
{
background-color: #FDEAFE;
}
.BgClassName
{
background-color: #FDEAFE;
}
</style>
border-color css
<style>
span { border-color: #FDEAFE; }
span { border-color: rgb(253,234,254); }
td.TdClassName
{
border-color: #FDEAFE;
}
.TagClassName
{
border-color: #FDEAFE;
}
</style>