Shades of Selago #F4D8FA
Tints of Selago #F4D8FA
RGB
CMYK
RGB Variations
Color information
#F4D8FA (or 0xF4D8FA) is known color: Selago. HEX triplet: F4, D8 and FA. RGB value is (244,216,250). Sum of RGB (Red+Green+Blue) = 244+216+250=710 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.37% from 710); Green value is 216 (84.77% from 255 or 30.42% from 710); Blue value is 250 (98.05% from 255 or 35.21% from 710); Max value from RGB is 250 - color contains mainly: blue. Hex color #F4D8FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4D8FA is #0B2705. Grayscale: #E4E4E4. Windows color (decimal): -730886 or 16439540. OLE color: 16439540.
HSL color Cylindrical-coordinate representation of color #F4D8FA: hue angle of 289.41º degrees, saturation: 0.77, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F4D8FA is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 216 | 250 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.02 |
| HSL | 289.41º | 0.77% | 0.91% | - |
| HSV(B) | 289.41º | 0.14% | 0.98% | - |
| XYZ | 79.12 | 75.25 | 100.8 | - |
| YUV | 228.25 | 140.28 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 216 | 250 | 0.02 | 0.14 | 0 | 0.02 | 289.41 | 0.77 | 0.91 |
| Hex | F4 | D8 | FA | 2 | E | 0 | 2 | 121 | 4D | 5B |
| Octal | 364 | 330 | 372 | 2 | 16 | 0 | 2 | 441 | 115 | 133 |
| Binary | 11110100 | 11011000 | 11111010 | 10 | 1110 | 0 | 10 | 100100001 | 1001101 | 1011011 |
Color Harmonies of #F4D8FA
Complementary color
Monochromatic Colors of #F4D8FA
Black with #F4D8FA
Text Example
Text Example
White with #F4D8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D8FA; }
p { color: rgb(244,216,250); }
H1.HeaderClassName
{
color: #F4D8FA;
}
.AnyTagClassName
{
color: #F4D8FA;
}
</style>
background-color css
<style>
a { background-color: #F4D8FA; }
a { background-color: rgb(244,216,250); }
div.DivClassName
{
background-color: #F4D8FA;
}
.BgClassName
{
background-color: #F4D8FA;
}
</style>
border-color css
<style>
span { border-color: #F4D8FA; }
span { border-color: rgb(244,216,250); }
td.TdClassName
{
border-color: #F4D8FA;
}
.TagClassName
{
border-color: #F4D8FA;
}
</style>