Shades of Selago #F2DDF5
Tints of Selago #F2DDF5
RGB
CMYK
RGB Variations
Color information
#F2DDF5 (or 0xF2DDF5) is known color: Selago. HEX triplet: F2, DD and F5. RGB value is (242,221,245). Sum of RGB (Red+Green+Blue) = 242+221+245=708 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.18% from 708); Green value is 221 (86.72% from 255 or 31.21% from 708); Blue value is 245 (96.09% from 255 or 34.60% from 708); Max value from RGB is 245 - color contains mainly: blue. Hex color #F2DDF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DDF5 is #0D220A. Grayscale: #E5E5E5. Windows color (decimal): -860683 or 16113138. OLE color: 16113138.
HSL color Cylindrical-coordinate representation of color #F2DDF5: hue angle of 292.5º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F2DDF5 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 242 | 221 | 245 | - |
CMYK | 0.01 | 0.10 | 0 | 0.04 |
HSL | 292.5º | 0.55% | 0.91% | - |
HSV(B) | 292.5º | 0.1% | 0.96% | - |
XYZ | 78.96 | 77.18 | 97.12 | - |
YUV | 230.02 | 136.46 | 136.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 221 | 245 | 0.01 | 0.10 | 0 | 0.04 | 292.5 | 0.55 | 0.91 |
Hex | F2 | DD | F5 | 1 | A | 0 | 4 | 124 | 37 | 5B |
Octal | 362 | 335 | 365 | 1 | 12 | 0 | 4 | 444 | 67 | 133 |
Binary | 11110010 | 11011101 | 11110101 | 1 | 1010 | 0 | 100 | 100100100 | 110111 | 1011011 |
Color Harmonies of #F2DDF5
Complementary color
Monochromatic Colors of #F2DDF5
Black with #F2DDF5
Text Example
Text Example
White with #F2DDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DDF5; }
p { color: rgb(242,221,245); }
H1.HeaderClassName
{
color: #F2DDF5;
}
.AnyTagClassName
{
color: #F2DDF5;
}
</style>
background-color css
<style>
a { background-color: #F2DDF5; }
a { background-color: rgb(242,221,245); }
div.DivClassName
{
background-color: #F2DDF5;
}
.BgClassName
{
background-color: #F2DDF5;
}
</style>
border-color css
<style>
span { border-color: #F2DDF5; }
span { border-color: rgb(242,221,245); }
td.TdClassName
{
border-color: #F2DDF5;
}
.TagClassName
{
border-color: #F2DDF5;
}
</style>