Shades of Selago #FFEAFF
Tints of Selago #FFEAFF
RGB
CMYK
RGB Variations
Color information
#FFEAFF (or 0xFFEAFF) is known color: Selago. HEX triplet: FF, EA and FF. RGB value is (255,234,255). Sum of RGB (Red+Green+Blue) = 255+234+255=744 (98% of max value = 765). Red value is 255 (100% from 255 or 34.27% from 744); Green value is 234 (91.80% from 255 or 31.45% from 744); Blue value is 255 (100% from 255 or 34.27% from 744); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFEAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEAFF is #001500. Grayscale: #F2F2F2. Windows color (decimal): -5377 or 16771839. OLE color: 16771839.
HSL color Cylindrical-coordinate representation of color #FFEAFF: hue angle of 300º 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 #FFEAFF is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 234 | 255 | - |
CMYK | 0 | 0.08 | 0 | 0 |
HSL | 300º | 1% | 0.96% | - |
HSV(B) | 300º | 0.08% | 1% | - |
XYZ | 88.71 | 87.33 | 106.79 | - |
YUV | 242.67 | 134.96 | 136.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 234 | 255 | 0 | 0.08 | 0 | 0 | 300 | 1 | 0.96 |
Hex | FF | EA | FF | 0 | 8 | 0 | 0 | 12C | 64 | 60 |
Octal | 377 | 352 | 377 | 0 | 10 | 0 | 0 | 454 | 144 | 140 |
Binary | 11111111 | 11101010 | 11111111 | 0 | 1000 | 0 | 0 | 100101100 | 1100100 | 1100000 |
Color Harmonies of #FFEAFF
Complementary color
Monochromatic Colors of #FFEAFF
Black with #FFEAFF
Text Example
Text Example
White with #FFEAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEAFF; }
p { color: rgb(255,234,255); }
H1.HeaderClassName
{
color: #FFEAFF;
}
.AnyTagClassName
{
color: #FFEAFF;
}
</style>
background-color css
<style>
a { background-color: #FFEAFF; }
a { background-color: rgb(255,234,255); }
div.DivClassName
{
background-color: #FFEAFF;
}
.BgClassName
{
background-color: #FFEAFF;
}
</style>
border-color css
<style>
span { border-color: #FFEAFF; }
span { border-color: rgb(255,234,255); }
td.TdClassName
{
border-color: #FFEAFF;
}
.TagClassName
{
border-color: #FFEAFF;
}
</style>