Shades of Selago #FFE2FD
Tints of Selago #FFE2FD
RGB
CMYK
RGB Variations
Color information
#FFE2FD (or 0xFFE2FD) is known color: Selago. HEX triplet: FF, E2 and FD. RGB value is (255,226,253). Sum of RGB (Red+Green+Blue) = 255+226+253=734 (97% of max value = 765). Red value is 255 (100% from 255 or 34.74% from 734); Green value is 226 (88.67% from 255 or 30.79% from 734); Blue value is 253 (99.22% from 255 or 34.47% from 734); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE2FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFE2FD is #001D02. Grayscale: #EDEDED. Windows color (decimal): -7427 or 16638719. OLE color: 16638719.
HSL color Cylindrical-coordinate representation of color #FFE2FD: hue angle of 304.14º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FFE2FD is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 226 | 253 | - |
CMYK | 0 | 0.11 | 0.01 | 0 |
HSL | 304.14º | 1% | 0.94% | - |
HSV(B) | 304.14º | 0.11% | 1% | - |
XYZ | 86.17 | 82.74 | 104.36 | - |
YUV | 237.75 | 136.61 | 140.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 226 | 253 | 0 | 0.11 | 0.01 | 0 | 304.14 | 1 | 0.94 |
Hex | FF | E2 | FD | 0 | B | 1 | 0 | 130 | 64 | 5E |
Octal | 377 | 342 | 375 | 0 | 13 | 1 | 0 | 460 | 144 | 136 |
Binary | 11111111 | 11100010 | 11111101 | 0 | 1011 | 1 | 0 | 100110000 | 1100100 | 1011110 |
Color Harmonies of #FFE2FD
Complementary color
Monochromatic Colors of #FFE2FD
Black with #FFE2FD
Text Example
Text Example
White with #FFE2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFE2FD; }
p { color: rgb(255,226,253); }
H1.HeaderClassName
{
color: #FFE2FD;
}
.AnyTagClassName
{
color: #FFE2FD;
}
</style>
background-color css
<style>
a { background-color: #FFE2FD; }
a { background-color: rgb(255,226,253); }
div.DivClassName
{
background-color: #FFE2FD;
}
.BgClassName
{
background-color: #FFE2FD;
}
</style>
border-color css
<style>
span { border-color: #FFE2FD; }
span { border-color: rgb(255,226,253); }
td.TdClassName
{
border-color: #FFE2FD;
}
.TagClassName
{
border-color: #FFE2FD;
}
</style>