Shades of Selago #FDEAFF
Tints of Selago #FDEAFF
RGB
CMYK
RGB Variations
Color information
#FDEAFF (or 0xFDEAFF) is known color: Selago. HEX triplet: FD, EA and FF. RGB value is (253,234,255). Sum of RGB (Red+Green+Blue) = 253+234+255=742 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.10% from 742); Green value is 234 (91.80% from 255 or 31.54% from 742); Blue value is 255 (100% from 255 or 34.37% from 742); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDEAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEAFF is #021500. Grayscale: #F2F2F2. Windows color (decimal): -136449 or 16771837. OLE color: 16771837.
HSL color Cylindrical-coordinate representation of color #FDEAFF: hue angle of 294.29º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FDEAFF is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 234 | 255 | - |
| CMYK | 0.01 | 0.08 | 0 | 0 |
| HSL | 294.29º | 1% | 0.96% | - |
| HSV(B) | 294.29º | 0.08% | 1% | - |
| XYZ | 87.98 | 86.95 | 106.75 | - |
| YUV | 242.08 | 135.29 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 255 | 0.01 | 0.08 | 0 | 0 | 294.29 | 1 | 0.96 |
| Hex | FD | EA | FF | 1 | 8 | 0 | 0 | 126 | 64 | 60 |
| Octal | 375 | 352 | 377 | 1 | 10 | 0 | 0 | 446 | 144 | 140 |
| Binary | 11111101 | 11101010 | 11111111 | 1 | 1000 | 0 | 0 | 100100110 | 1100100 | 1100000 |
Color Harmonies of #FDEAFF
Complementary color
Monochromatic Colors of #FDEAFF
Black with #FDEAFF
Text Example
Text Example
White with #FDEAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEAFF; }
p { color: rgb(253,234,255); }
H1.HeaderClassName
{
color: #FDEAFF;
}
.AnyTagClassName
{
color: #FDEAFF;
}
</style>
background-color css
<style>
a { background-color: #FDEAFF; }
a { background-color: rgb(253,234,255); }
div.DivClassName
{
background-color: #FDEAFF;
}
.BgClassName
{
background-color: #FDEAFF;
}
</style>
border-color css
<style>
span { border-color: #FDEAFF; }
span { border-color: rgb(253,234,255); }
td.TdClassName
{
border-color: #FDEAFF;
}
.TagClassName
{
border-color: #FDEAFF;
}
</style>