Shades of Selago #F2D5F6
Tints of Selago #F2D5F6
RGB
CMYK
RGB Variations
Color information
#F2D5F6 (or 0xF2D5F6) is known color: Selago. HEX triplet: F2, D5 and F6. RGB value is (242,213,246). Sum of RGB (Red+Green+Blue) = 242+213+246=701 (92% of max value = 765). Red value is 242 (94.92% from 255 or 34.52% from 701); Green value is 213 (83.59% from 255 or 30.39% from 701); Blue value is 246 (96.48% from 255 or 35.09% from 701); Max value from RGB is 246 - color contains mainly: blue. Hex color #F2D5F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D5F6 is #0D2A09. Grayscale: #E1E1E1. Windows color (decimal): -862730 or 16176626. OLE color: 16176626.
HSL color Cylindrical-coordinate representation of color #F2D5F6: hue angle of 292.73º degrees, saturation: 0.65, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F2D5F6 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 213 | 246 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.04 |
| HSL | 292.73º | 0.65% | 0.9% | - |
| HSV(B) | 292.73º | 0.13% | 0.96% | - |
| XYZ | 77.05 | 73.12 | 97.24 | - |
| YUV | 225.43 | 139.61 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 213 | 246 | 0.02 | 0.13 | 0 | 0.04 | 292.73 | 0.65 | 0.9 |
| Hex | F2 | D5 | F6 | 2 | D | 0 | 4 | 125 | 41 | 5A |
| Octal | 362 | 325 | 366 | 2 | 15 | 0 | 4 | 445 | 101 | 132 |
| Binary | 11110010 | 11010101 | 11110110 | 10 | 1101 | 0 | 100 | 100100101 | 1000001 | 1011010 |
Color Harmonies of #F2D5F6
Complementary color
Monochromatic Colors of #F2D5F6
Black with #F2D5F6
Text Example
Text Example
White with #F2D5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D5F6; }
p { color: rgb(242,213,246); }
H1.HeaderClassName
{
color: #F2D5F6;
}
.AnyTagClassName
{
color: #F2D5F6;
}
</style>
background-color css
<style>
a { background-color: #F2D5F6; }
a { background-color: rgb(242,213,246); }
div.DivClassName
{
background-color: #F2D5F6;
}
.BgClassName
{
background-color: #F2D5F6;
}
</style>
border-color css
<style>
span { border-color: #F2D5F6; }
span { border-color: rgb(242,213,246); }
td.TdClassName
{
border-color: #F2D5F6;
}
.TagClassName
{
border-color: #F2D5F6;
}
</style>