Shades of Selago #F4DDF8
Tints of Selago #F4DDF8
RGB
CMYK
RGB Variations
Color information
#F4DDF8 (or 0xF4DDF8) is known color: Selago. HEX triplet: F4, DD and F8. RGB value is (244,221,248). Sum of RGB (Red+Green+Blue) = 244+221+248=713 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.22% from 713); Green value is 221 (86.72% from 255 or 31.00% from 713); Blue value is 248 (97.27% from 255 or 34.78% from 713); Max value from RGB is 248 - color contains mainly: blue. Hex color #F4DDF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DDF8 is #0B2207. Grayscale: #E6E6E6. Windows color (decimal): -729608 or 16309748. OLE color: 16309748.
HSL color Cylindrical-coordinate representation of color #F4DDF8: hue angle of 291.11º degrees, saturation: 0.66, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F4DDF8 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 244 | 221 | 248 | - |
CMYK | 0.02 | 0.11 | 0 | 0.03 |
HSL | 291.11º | 0.66% | 0.92% | - |
HSV(B) | 291.11º | 0.11% | 0.97% | - |
XYZ | 80.11 | 77.72 | 99.59 | - |
YUV | 230.96 | 137.62 | 137.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 244 | 221 | 248 | 0.02 | 0.11 | 0 | 0.03 | 291.11 | 0.66 | 0.92 |
Hex | F4 | DD | F8 | 2 | B | 0 | 3 | 123 | 42 | 5C |
Octal | 364 | 335 | 370 | 2 | 13 | 0 | 3 | 443 | 102 | 134 |
Binary | 11110100 | 11011101 | 11111000 | 10 | 1011 | 0 | 11 | 100100011 | 1000010 | 1011100 |
Color Harmonies of #F4DDF8
Complementary color
Monochromatic Colors of #F4DDF8
Black with #F4DDF8
Text Example
Text Example
White with #F4DDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DDF8; }
p { color: rgb(244,221,248); }
H1.HeaderClassName
{
color: #F4DDF8;
}
.AnyTagClassName
{
color: #F4DDF8;
}
</style>
background-color css
<style>
a { background-color: #F4DDF8; }
a { background-color: rgb(244,221,248); }
div.DivClassName
{
background-color: #F4DDF8;
}
.BgClassName
{
background-color: #F4DDF8;
}
</style>
border-color css
<style>
span { border-color: #F4DDF8; }
span { border-color: rgb(244,221,248); }
td.TdClassName
{
border-color: #F4DDF8;
}
.TagClassName
{
border-color: #F4DDF8;
}
</style>