Shades of Selago #F2DDF2
Tints of Selago #F2DDF2
RGB
CMYK
RGB Variations
Color information
#F2DDF2 (or 0xF2DDF2) is known color: Selago. HEX triplet: F2, DD and F2. RGB value is (242,221,242). Sum of RGB (Red+Green+Blue) = 242+221+242=705 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.33% from 705); Green value is 221 (86.72% from 255 or 31.35% from 705); Blue value is 242 (94.92% from 255 or 34.33% from 705); Max value from RGB is 242 - color contains mainly: red, blue. Hex color #F2DDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DDF2 is #0D220D. Grayscale: #E5E5E5. Windows color (decimal): -860686 or 15916530. OLE color: 15916530.
HSL color Cylindrical-coordinate representation of color #F2DDF2: hue angle of 300º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2DDF2 is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 221 | 242 | - |
CMYK | 0 | 0.09 | 0 | 0.05 |
HSL | 300º | 0.45% | 0.91% | - |
HSV(B) | 300º | 0.09% | 0.95% | - |
XYZ | 78.5 | 77 | 94.73 | - |
YUV | 229.67 | 134.96 | 136.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 221 | 242 | 0 | 0.09 | 0 | 0.05 | 300 | 0.45 | 0.91 |
Hex | F2 | DD | F2 | 0 | 9 | 0 | 5 | 12C | 2D | 5B |
Octal | 362 | 335 | 362 | 0 | 11 | 0 | 5 | 454 | 55 | 133 |
Binary | 11110010 | 11011101 | 11110010 | 0 | 1001 | 0 | 101 | 100101100 | 101101 | 1011011 |
Color Harmonies of #F2DDF2
Complementary color
Monochromatic Colors of #F2DDF2
Black with #F2DDF2
Text Example
Text Example
White with #F2DDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DDF2; }
p { color: rgb(242,221,242); }
H1.HeaderClassName
{
color: #F2DDF2;
}
.AnyTagClassName
{
color: #F2DDF2;
}
</style>
background-color css
<style>
a { background-color: #F2DDF2; }
a { background-color: rgb(242,221,242); }
div.DivClassName
{
background-color: #F2DDF2;
}
.BgClassName
{
background-color: #F2DDF2;
}
</style>
border-color css
<style>
span { border-color: #F2DDF2; }
span { border-color: rgb(242,221,242); }
td.TdClassName
{
border-color: #F2DDF2;
}
.TagClassName
{
border-color: #F2DDF2;
}
</style>