Shades of Selago #F4DEFA
Tints of Selago #F4DEFA
RGB
CMYK
RGB Variations
Color information
#F4DEFA (or 0xF4DEFA) is known color: Selago. HEX triplet: F4, DE and FA. RGB value is (244,222,250). Sum of RGB (Red+Green+Blue) = 244+222+250=716 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.08% from 716); Green value is 222 (87.11% from 255 or 31.01% from 716); Blue value is 250 (98.05% from 255 or 34.92% from 716); Max value from RGB is 250 - color contains mainly: blue. Hex color #F4DEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DEFA is #0B2105. Grayscale: #E7E7E7. Windows color (decimal): -729350 or 16441076. OLE color: 16441076.
HSL color Cylindrical-coordinate representation of color #F4DEFA: hue angle of 287.14º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F4DEFA is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 222 | 250 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.02 |
| HSL | 287.14º | 0.74% | 0.93% | - |
| HSV(B) | 287.14º | 0.11% | 0.98% | - |
| XYZ | 80.68 | 78.38 | 101.32 | - |
| YUV | 231.77 | 138.29 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 222 | 250 | 0.02 | 0.11 | 0 | 0.02 | 287.14 | 0.74 | 0.93 |
| Hex | F4 | DE | FA | 2 | B | 0 | 2 | 11F | 4A | 5D |
| Octal | 364 | 336 | 372 | 2 | 13 | 0 | 2 | 437 | 112 | 135 |
| Binary | 11110100 | 11011110 | 11111010 | 10 | 1011 | 0 | 10 | 100011111 | 1001010 | 1011101 |
Color Harmonies of #F4DEFA
Complementary color
Monochromatic Colors of #F4DEFA
Black with #F4DEFA
Text Example
Text Example
White with #F4DEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DEFA; }
p { color: rgb(244,222,250); }
H1.HeaderClassName
{
color: #F4DEFA;
}
.AnyTagClassName
{
color: #F4DEFA;
}
</style>
background-color css
<style>
a { background-color: #F4DEFA; }
a { background-color: rgb(244,222,250); }
div.DivClassName
{
background-color: #F4DEFA;
}
.BgClassName
{
background-color: #F4DEFA;
}
</style>
border-color css
<style>
span { border-color: #F4DEFA; }
span { border-color: rgb(244,222,250); }
td.TdClassName
{
border-color: #F4DEFA;
}
.TagClassName
{
border-color: #F4DEFA;
}
</style>