Shades of Selago #F4D4F9
Tints of Selago #F4D4F9
RGB
CMYK
RGB Variations
Color information
#F4D4F9 (or 0xF4D4F9) is known color: Selago. HEX triplet: F4, D4 and F9. RGB value is (244,212,249). Sum of RGB (Red+Green+Blue) = 244+212+249=705 (93% of max value = 765). Red value is 244 (95.70% from 255 or 34.61% from 705); Green value is 212 (83.20% from 255 or 30.07% from 705); Blue value is 249 (97.66% from 255 or 35.32% from 705); Max value from RGB is 249 - color contains mainly: blue. Hex color #F4D4F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4D4F9 is #0B2B06. Grayscale: #E1E1E1. Windows color (decimal): -731911 or 16372980. OLE color: 16372980.
HSL color Cylindrical-coordinate representation of color #F4D4F9: hue angle of 291.89º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F4D4F9 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 212 | 249 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.02 |
| HSL | 291.89º | 0.76% | 0.9% | - |
| HSV(B) | 291.89º | 0.15% | 0.98% | - |
| XYZ | 77.95 | 73.16 | 99.64 | - |
| YUV | 225.79 | 141.1 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 212 | 249 | 0.02 | 0.15 | 0 | 0.02 | 291.89 | 0.76 | 0.9 |
| Hex | F4 | D4 | F9 | 2 | F | 0 | 2 | 124 | 4C | 5A |
| Octal | 364 | 324 | 371 | 2 | 17 | 0 | 2 | 444 | 114 | 132 |
| Binary | 11110100 | 11010100 | 11111001 | 10 | 1111 | 0 | 10 | 100100100 | 1001100 | 1011010 |
Color Harmonies of #F4D4F9
Complementary color
Monochromatic Colors of #F4D4F9
Black with #F4D4F9
Text Example
Text Example
White with #F4D4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D4F9; }
p { color: rgb(244,212,249); }
H1.HeaderClassName
{
color: #F4D4F9;
}
.AnyTagClassName
{
color: #F4D4F9;
}
</style>
background-color css
<style>
a { background-color: #F4D4F9; }
a { background-color: rgb(244,212,249); }
div.DivClassName
{
background-color: #F4D4F9;
}
.BgClassName
{
background-color: #F4D4F9;
}
</style>
border-color css
<style>
span { border-color: #F4D4F9; }
span { border-color: rgb(244,212,249); }
td.TdClassName
{
border-color: #F4D4F9;
}
.TagClassName
{
border-color: #F4D4F9;
}
</style>