Shades of Selago #FDEAFA
Tints of Selago #FDEAFA
RGB
CMYK
RGB Variations
Color information
#FDEAFA (or 0xFDEAFA) is known color: Selago. HEX triplet: FD, EA and FA. RGB value is (253,234,250). Sum of RGB (Red+Green+Blue) = 253+234+250=737 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.33% from 737); Green value is 234 (91.80% from 255 or 31.75% from 737); Blue value is 250 (98.05% from 255 or 33.92% from 737); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEAFA is #021505. Grayscale: #F1F1F1. Windows color (decimal): -136454 or 16444157. OLE color: 16444157.
HSL color Cylindrical-coordinate representation of color #FDEAFA: hue angle of 309.47º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FDEAFA is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 234 | 250 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.01 |
| HSL | 309.47º | 0.83% | 0.95% | - |
| HSV(B) | 309.47º | 0.08% | 0.99% | - |
| XYZ | 87.19 | 86.63 | 102.57 | - |
| YUV | 241.51 | 132.79 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 234 | 250 | 0 | 0.08 | 0.01 | 0.01 | 309.47 | 0.83 | 0.95 |
| Hex | FD | EA | FA | 0 | 8 | 1 | 1 | 135 | 53 | 5F |
| Octal | 375 | 352 | 372 | 0 | 10 | 1 | 1 | 465 | 123 | 137 |
| Binary | 11111101 | 11101010 | 11111010 | 0 | 1000 | 1 | 1 | 100110101 | 1010011 | 1011111 |
Color Harmonies of #FDEAFA
Complementary color
Monochromatic Colors of #FDEAFA
Black with #FDEAFA
Text Example
Text Example
White with #FDEAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEAFA; }
p { color: rgb(253,234,250); }
H1.HeaderClassName
{
color: #FDEAFA;
}
.AnyTagClassName
{
color: #FDEAFA;
}
</style>
background-color css
<style>
a { background-color: #FDEAFA; }
a { background-color: rgb(253,234,250); }
div.DivClassName
{
background-color: #FDEAFA;
}
.BgClassName
{
background-color: #FDEAFA;
}
</style>
border-color css
<style>
span { border-color: #FDEAFA; }
span { border-color: rgb(253,234,250); }
td.TdClassName
{
border-color: #FDEAFA;
}
.TagClassName
{
border-color: #FDEAFA;
}
</style>