Shades of Selago #F4DDF7
Tints of Selago #F4DDF7
RGB
CMYK
RGB Variations
Color information
#F4DDF7 (or 0xF4DDF7) is known color: Selago. HEX triplet: F4, DD and F7. RGB value is (244,221,247). Sum of RGB (Red+Green+Blue) = 244+221+247=712 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.27% from 712); Green value is 221 (86.72% from 255 or 31.04% from 712); Blue value is 247 (96.88% from 255 or 34.69% from 712); Max value from RGB is 247 - color contains mainly: blue. Hex color #F4DDF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DDF7 is #0B2208. Grayscale: #E6E6E6. Windows color (decimal): -729609 or 16244212. OLE color: 16244212.
HSL color Cylindrical-coordinate representation of color #F4DDF7: hue angle of 293.08º degrees, saturation: 0.62, 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 #F4DDF7 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 244 | 221 | 247 | - |
CMYK | 0.01 | 0.11 | 0 | 0.03 |
HSL | 293.08º | 0.62% | 0.92% | - |
HSV(B) | 293.08º | 0.11% | 0.97% | - |
XYZ | 79.95 | 77.66 | 98.77 | - |
YUV | 230.84 | 137.12 | 137.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 244 | 221 | 247 | 0.01 | 0.11 | 0 | 0.03 | 293.08 | 0.62 | 0.92 |
Hex | F4 | DD | F7 | 1 | B | 0 | 3 | 125 | 3E | 5C |
Octal | 364 | 335 | 367 | 1 | 13 | 0 | 3 | 445 | 76 | 134 |
Binary | 11110100 | 11011101 | 11110111 | 1 | 1011 | 0 | 11 | 100100101 | 111110 | 1011100 |
Color Harmonies of #F4DDF7
Complementary color
Monochromatic Colors of #F4DDF7
Black with #F4DDF7
Text Example
Text Example
White with #F4DDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DDF7; }
p { color: rgb(244,221,247); }
H1.HeaderClassName
{
color: #F4DDF7;
}
.AnyTagClassName
{
color: #F4DDF7;
}
</style>
background-color css
<style>
a { background-color: #F4DDF7; }
a { background-color: rgb(244,221,247); }
div.DivClassName
{
background-color: #F4DDF7;
}
.BgClassName
{
background-color: #F4DDF7;
}
</style>
border-color css
<style>
span { border-color: #F4DDF7; }
span { border-color: rgb(244,221,247); }
td.TdClassName
{
border-color: #F4DDF7;
}
.TagClassName
{
border-color: #F4DDF7;
}
</style>