Shades of Selago #F0DFF2
Tints of Selago #F0DFF2
RGB
CMYK
RGB Variations
Color information
#F0DFF2 (or 0xF0DFF2) is known color: Selago. HEX triplet: F0, DF and F2. RGB value is (240,223,242). Sum of RGB (Red+Green+Blue) = 240+223+242=705 (93% of max value = 765). Red value is 240 (94.14% from 255 or 34.04% from 705); Green value is 223 (87.5% from 255 or 31.63% from 705); Blue value is 242 (94.92% from 255 or 34.33% from 705); Max value from RGB is 242 - color contains mainly: blue. Hex color #F0DFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0DFF2 is #0F200D. Grayscale: #E6E6E6. Windows color (decimal): -991246 or 15917040. OLE color: 15917040.
HSL color Cylindrical-coordinate representation of color #F0DFF2: hue angle of 293.68º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F0DFF2 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 223 | 242 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.05 |
| HSL | 293.68º | 0.42% | 0.91% | - |
| HSV(B) | 293.68º | 0.08% | 0.95% | - |
| XYZ | 78.35 | 77.71 | 94.87 | - |
| YUV | 230.25 | 134.63 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 242 | 0.01 | 0.08 | 0 | 0.05 | 293.68 | 0.42 | 0.91 |
| Hex | F0 | DF | F2 | 1 | 8 | 0 | 5 | 126 | 2A | 5B |
| Octal | 360 | 337 | 362 | 1 | 10 | 0 | 5 | 446 | 52 | 133 |
| Binary | 11110000 | 11011111 | 11110010 | 1 | 1000 | 0 | 101 | 100100110 | 101010 | 1011011 |
Color Harmonies of #F0DFF2
Complementary color
Monochromatic Colors of #F0DFF2
Black with #F0DFF2
Text Example
Text Example
White with #F0DFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DFF2; }
p { color: rgb(240,223,242); }
H1.HeaderClassName
{
color: #F0DFF2;
}
.AnyTagClassName
{
color: #F0DFF2;
}
</style>
background-color css
<style>
a { background-color: #F0DFF2; }
a { background-color: rgb(240,223,242); }
div.DivClassName
{
background-color: #F0DFF2;
}
.BgClassName
{
background-color: #F0DFF2;
}
</style>
border-color css
<style>
span { border-color: #F0DFF2; }
span { border-color: rgb(240,223,242); }
td.TdClassName
{
border-color: #F0DFF2;
}
.TagClassName
{
border-color: #F0DFF2;
}
</style>