Shades of Selago #FEEAFD
Tints of Selago #FEEAFD
RGB
CMYK
RGB Variations
Color information
#FEEAFD (or 0xFEEAFD) is known color: Selago. HEX triplet: FE, EA and FD. RGB value is (254,234,253). Sum of RGB (Red+Green+Blue) = 254+234+253=741 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.28% from 741); Green value is 234 (91.80% from 255 or 31.58% from 741); Blue value is 253 (99.22% from 255 or 34.14% from 741); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEAFD is #011502. Grayscale: #F2F2F2. Windows color (decimal): -70915 or 16640766. OLE color: 16640766.
HSL color Cylindrical-coordinate representation of color #FEEAFD: hue angle of 303º 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 #FEEAFD is Cyan = 0, Magento = 0.08, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 234 | 253 | - |
CMYK | 0 | 0.08 | 0.00 | 0.00 |
HSL | 303º | 0.91% | 0.96% | - |
HSV(B) | 303º | 0.08% | 1% | - |
XYZ | 88.03 | 87.01 | 105.08 | - |
YUV | 242.15 | 134.13 | 136.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 234 | 253 | 0 | 0.08 | 0.00 | 0.00 | 303 | 0.91 | 0.96 |
Hex | FE | EA | FD | 0 | 8 | 0 | 0 | 12F | 5B | 60 |
Octal | 376 | 352 | 375 | 0 | 10 | 0 | 0 | 457 | 133 | 140 |
Binary | 11111110 | 11101010 | 11111101 | 0 | 1000 | 0 | 0 | 100101111 | 1011011 | 1100000 |
Color Harmonies of #FEEAFD
Complementary color
Monochromatic Colors of #FEEAFD
Black with #FEEAFD
Text Example
Text Example
White with #FEEAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEAFD; }
p { color: rgb(254,234,253); }
H1.HeaderClassName
{
color: #FEEAFD;
}
.AnyTagClassName
{
color: #FEEAFD;
}
</style>
background-color css
<style>
a { background-color: #FEEAFD; }
a { background-color: rgb(254,234,253); }
div.DivClassName
{
background-color: #FEEAFD;
}
.BgClassName
{
background-color: #FEEAFD;
}
</style>
border-color css
<style>
span { border-color: #FEEAFD; }
span { border-color: rgb(254,234,253); }
td.TdClassName
{
border-color: #FEEAFD;
}
.TagClassName
{
border-color: #FEEAFD;
}
</style>