Shades of Selago #F2DCF1
Tints of Selago #F2DCF1
RGB
CMYK
RGB Variations
Color information
#F2DCF1 (or 0xF2DCF1) is known color: Selago. HEX triplet: F2, DC and F1. RGB value is (242,220,241). Sum of RGB (Red+Green+Blue) = 242+220+241=703 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.42% from 703); Green value is 220 (86.33% from 255 or 31.29% from 703); Blue value is 241 (94.53% from 255 or 34.28% from 703); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DCF1 is #0D230E. Grayscale: #E4E4E4. Windows color (decimal): -860943 or 15850738. OLE color: 15850738.
HSL color Cylindrical-coordinate representation of color #F2DCF1: hue angle of 302.73º degrees, saturation: 0.46, 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 #F2DCF1 is Cyan = 0, Magento = 0.09, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 220 | 241 | - |
| CMYK | 0 | 0.09 | 0.00 | 0.05 |
| HSL | 302.73º | 0.46% | 0.91% | - |
| HSV(B) | 302.73º | 0.09% | 0.95% | - |
| XYZ | 78.09 | 76.41 | 93.85 | - |
| YUV | 228.97 | 134.79 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 241 | 0 | 0.09 | 0.00 | 0.05 | 302.73 | 0.46 | 0.91 |
| Hex | F2 | DC | F1 | 0 | 9 | 0 | 5 | 12F | 2E | 5B |
| Octal | 362 | 334 | 361 | 0 | 11 | 0 | 5 | 457 | 56 | 133 |
| Binary | 11110010 | 11011100 | 11110001 | 0 | 1001 | 0 | 101 | 100101111 | 101110 | 1011011 |
Color Harmonies of #F2DCF1
Complementary color
Monochromatic Colors of #F2DCF1
Black with #F2DCF1
Text Example
Text Example
White with #F2DCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DCF1; }
p { color: rgb(242,220,241); }
H1.HeaderClassName
{
color: #F2DCF1;
}
.AnyTagClassName
{
color: #F2DCF1;
}
</style>
background-color css
<style>
a { background-color: #F2DCF1; }
a { background-color: rgb(242,220,241); }
div.DivClassName
{
background-color: #F2DCF1;
}
.BgClassName
{
background-color: #F2DCF1;
}
</style>
border-color css
<style>
span { border-color: #F2DCF1; }
span { border-color: rgb(242,220,241); }
td.TdClassName
{
border-color: #F2DCF1;
}
.TagClassName
{
border-color: #F2DCF1;
}
</style>