Shades of Selago #F2DDF7
Tints of Selago #F2DDF7
RGB
CMYK
RGB Variations
Color information
#F2DDF7 (or 0xF2DDF7) is known color: Selago. HEX triplet: F2, DD and F7. RGB value is (242,221,247). Sum of RGB (Red+Green+Blue) = 242+221+247=710 (94% of max value = 765). Red value is 242 (94.92% from 255 or 34.08% from 710); Green value is 221 (86.72% from 255 or 31.13% from 710); Blue value is 247 (96.88% from 255 or 34.79% from 710); Max value from RGB is 247 - color contains mainly: blue. Hex color #F2DDF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DDF7 is #0D2208. Grayscale: #E6E6E6. Windows color (decimal): -860681 or 16244210. OLE color: 16244210.
HSL color Cylindrical-coordinate representation of color #F2DDF7: hue angle of 288.46º 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 #F2DDF7 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 221 | 247 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.03 |
| HSL | 288.46º | 0.62% | 0.92% | - |
| HSV(B) | 288.46º | 0.11% | 0.97% | - |
| XYZ | 79.26 | 77.31 | 98.74 | - |
| YUV | 230.24 | 137.46 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 221 | 247 | 0.02 | 0.11 | 0 | 0.03 | 288.46 | 0.62 | 0.92 |
| Hex | F2 | DD | F7 | 2 | B | 0 | 3 | 120 | 3E | 5C |
| Octal | 362 | 335 | 367 | 2 | 13 | 0 | 3 | 440 | 76 | 134 |
| Binary | 11110010 | 11011101 | 11110111 | 10 | 1011 | 0 | 11 | 100100000 | 111110 | 1011100 |
Color Harmonies of #F2DDF7
Complementary color
Monochromatic Colors of #F2DDF7
Black with #F2DDF7
Text Example
Text Example
White with #F2DDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DDF7; }
p { color: rgb(242,221,247); }
H1.HeaderClassName
{
color: #F2DDF7;
}
.AnyTagClassName
{
color: #F2DDF7;
}
</style>
background-color css
<style>
a { background-color: #F2DDF7; }
a { background-color: rgb(242,221,247); }
div.DivClassName
{
background-color: #F2DDF7;
}
.BgClassName
{
background-color: #F2DDF7;
}
</style>
border-color css
<style>
span { border-color: #F2DDF7; }
span { border-color: rgb(242,221,247); }
td.TdClassName
{
border-color: #F2DDF7;
}
.TagClassName
{
border-color: #F2DDF7;
}
</style>