Shades of Selago #F2DCF3
Tints of Selago #F2DCF3
RGB
CMYK
RGB Variations
Color information
#F2DCF3 (or 0xF2DCF3) is known color: Selago. HEX triplet: F2, DC and F3. RGB value is (242,220,243). Sum of RGB (Red+Green+Blue) = 242+220+243=705 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.33% from 705); Green value is 220 (86.33% from 255 or 31.21% from 705); Blue value is 243 (95.31% from 255 or 34.47% from 705); Max value from RGB is 243 - color contains mainly: blue. Hex color #F2DCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DCF3 is #0D230C. Grayscale: #E5E5E5. Windows color (decimal): -860941 or 15981810. OLE color: 15981810.
HSL color Cylindrical-coordinate representation of color #F2DCF3: hue angle of 297.39º degrees, saturation: 0.49, 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 #F2DCF3 is Cyan = 0.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 220 | 243 | - |
| CMYK | 0.00 | 0.09 | 0 | 0.05 |
| HSL | 297.39º | 0.49% | 0.91% | - |
| HSV(B) | 297.39º | 0.09% | 0.95% | - |
| XYZ | 78.39 | 76.53 | 95.44 | - |
| YUV | 229.2 | 135.79 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 243 | 0.00 | 0.09 | 0 | 0.05 | 297.39 | 0.49 | 0.91 |
| Hex | F2 | DC | F3 | 0 | 9 | 0 | 5 | 129 | 31 | 5B |
| Octal | 362 | 334 | 363 | 0 | 11 | 0 | 5 | 451 | 61 | 133 |
| Binary | 11110010 | 11011100 | 11110011 | 0 | 1001 | 0 | 101 | 100101001 | 110001 | 1011011 |
Color Harmonies of #F2DCF3
Complementary color
Monochromatic Colors of #F2DCF3
Black with #F2DCF3
Text Example
Text Example
White with #F2DCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DCF3; }
p { color: rgb(242,220,243); }
H1.HeaderClassName
{
color: #F2DCF3;
}
.AnyTagClassName
{
color: #F2DCF3;
}
</style>
background-color css
<style>
a { background-color: #F2DCF3; }
a { background-color: rgb(242,220,243); }
div.DivClassName
{
background-color: #F2DCF3;
}
.BgClassName
{
background-color: #F2DCF3;
}
</style>
border-color css
<style>
span { border-color: #F2DCF3; }
span { border-color: rgb(242,220,243); }
td.TdClassName
{
border-color: #F2DCF3;
}
.TagClassName
{
border-color: #F2DCF3;
}
</style>