Shades of Selago #F4DFF6
Tints of Selago #F4DFF6
RGB
CMYK
RGB Variations
Color information
#F4DFF6 (or 0xF4DFF6) is known color: Selago. HEX triplet: F4, DF and F6. RGB value is (244,223,246). Sum of RGB (Red+Green+Blue) = 244+223+246=713 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.22% from 713); Green value is 223 (87.5% from 255 or 31.28% from 713); Blue value is 246 (96.48% from 255 or 34.50% from 713); Max value from RGB is 246 - color contains mainly: blue. Hex color #F4DFF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DFF6 is #0B2009. Grayscale: #E7E7E7. Windows color (decimal): -729098 or 16179188. OLE color: 16179188.
HSL color Cylindrical-coordinate representation of color #F4DFF6: hue angle of 294.78º degrees, saturation: 0.56, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F4DFF6 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 223 | 246 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.04 |
| HSL | 294.78º | 0.56% | 0.92% | - |
| HSV(B) | 294.78º | 0.09% | 0.96% | - |
| XYZ | 80.33 | 78.66 | 98.14 | - |
| YUV | 231.9 | 135.96 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 223 | 246 | 0.01 | 0.09 | 0 | 0.04 | 294.78 | 0.56 | 0.92 |
| Hex | F4 | DF | F6 | 1 | 9 | 0 | 4 | 127 | 38 | 5C |
| Octal | 364 | 337 | 366 | 1 | 11 | 0 | 4 | 447 | 70 | 134 |
| Binary | 11110100 | 11011111 | 11110110 | 1 | 1001 | 0 | 100 | 100100111 | 111000 | 1011100 |
Color Harmonies of #F4DFF6
Complementary color
Monochromatic Colors of #F4DFF6
Black with #F4DFF6
Text Example
Text Example
White with #F4DFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DFF6; }
p { color: rgb(244,223,246); }
H1.HeaderClassName
{
color: #F4DFF6;
}
.AnyTagClassName
{
color: #F4DFF6;
}
</style>
background-color css
<style>
a { background-color: #F4DFF6; }
a { background-color: rgb(244,223,246); }
div.DivClassName
{
background-color: #F4DFF6;
}
.BgClassName
{
background-color: #F4DFF6;
}
</style>
border-color css
<style>
span { border-color: #F4DFF6; }
span { border-color: rgb(244,223,246); }
td.TdClassName
{
border-color: #F4DFF6;
}
.TagClassName
{
border-color: #F4DFF6;
}
</style>