Shades of Selago #FFEAFD
Tints of Selago #FFEAFD
RGB
CMYK
RGB Variations
Color information
#FFEAFD (or 0xFFEAFD) is known color: Selago. HEX triplet: FF, EA and FD. RGB value is (255,234,253). Sum of RGB (Red+Green+Blue) = 255+234+253=742 (98% of max value = 765). Red value is 255 (100% from 255 or 34.37% from 742); Green value is 234 (91.80% from 255 or 31.54% from 742); Blue value is 253 (99.22% from 255 or 34.10% from 742); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEAFD is #001502. Grayscale: #F2F2F2. Windows color (decimal): -5379 or 16640767. OLE color: 16640767.
HSL color Cylindrical-coordinate representation of color #FFEAFD: hue angle of 305.71º 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 #FFEAFD is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 253 | - |
| CMYK | 0 | 0.08 | 0.01 | 0 |
| HSL | 305.71º | 1% | 0.96% | - |
| HSV(B) | 305.71º | 0.08% | 1% | - |
| XYZ | 88.39 | 87.2 | 105.1 | - |
| YUV | 242.45 | 133.96 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 253 | 0 | 0.08 | 0.01 | 0 | 305.71 | 1 | 0.96 |
| Hex | FF | EA | FD | 0 | 8 | 1 | 0 | 132 | 64 | 60 |
| Octal | 377 | 352 | 375 | 0 | 10 | 1 | 0 | 462 | 144 | 140 |
| Binary | 11111111 | 11101010 | 11111101 | 0 | 1000 | 1 | 0 | 100110010 | 1100100 | 1100000 |
Color Harmonies of #FFEAFD
Complementary color
Monochromatic Colors of #FFEAFD
Black with #FFEAFD
Text Example
Text Example
White with #FFEAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEAFD; }
p { color: rgb(255,234,253); }
H1.HeaderClassName
{
color: #FFEAFD;
}
.AnyTagClassName
{
color: #FFEAFD;
}
</style>
background-color css
<style>
a { background-color: #FFEAFD; }
a { background-color: rgb(255,234,253); }
div.DivClassName
{
background-color: #FFEAFD;
}
.BgClassName
{
background-color: #FFEAFD;
}
</style>
border-color css
<style>
span { border-color: #FFEAFD; }
span { border-color: rgb(255,234,253); }
td.TdClassName
{
border-color: #FFEAFD;
}
.TagClassName
{
border-color: #FFEAFD;
}
</style>