Shades of Selago #F2D9F8
Tints of Selago #F2D9F8
RGB
CMYK
RGB Variations
Color information
#F2D9F8 (or 0xF2D9F8) is known color: Selago. HEX triplet: F2, D9 and F8. RGB value is (242,217,248). Sum of RGB (Red+Green+Blue) = 242+217+248=707 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.23% from 707); Green value is 217 (85.16% from 255 or 30.69% from 707); Blue value is 248 (97.27% from 255 or 35.08% from 707); Max value from RGB is 248 - color contains mainly: blue. Hex color #F2D9F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2D9F8 is #0D2607. Grayscale: #E3E3E3. Windows color (decimal): -861704 or 16308722. OLE color: 16308722.
HSL color Cylindrical-coordinate representation of color #F2D9F8: hue angle of 288.39º degrees, saturation: 0.69, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F2D9F8 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 242 | 217 | 248 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.03 |
| HSL | 288.39º | 0.69% | 0.91% | - |
| HSV(B) | 288.39º | 0.13% | 0.97% | - |
| XYZ | 78.37 | 75.28 | 99.21 | - |
| YUV | 228.01 | 139.28 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 217 | 248 | 0.02 | 0.12 | 0 | 0.03 | 288.39 | 0.69 | 0.91 |
| Hex | F2 | D9 | F8 | 2 | C | 0 | 3 | 120 | 45 | 5B |
| Octal | 362 | 331 | 370 | 2 | 14 | 0 | 3 | 440 | 105 | 133 |
| Binary | 11110010 | 11011001 | 11111000 | 10 | 1100 | 0 | 11 | 100100000 | 1000101 | 1011011 |
Color Harmonies of #F2D9F8
Complementary color
Monochromatic Colors of #F2D9F8
Black with #F2D9F8
Text Example
Text Example
White with #F2D9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D9F8; }
p { color: rgb(242,217,248); }
H1.HeaderClassName
{
color: #F2D9F8;
}
.AnyTagClassName
{
color: #F2D9F8;
}
</style>
background-color css
<style>
a { background-color: #F2D9F8; }
a { background-color: rgb(242,217,248); }
div.DivClassName
{
background-color: #F2D9F8;
}
.BgClassName
{
background-color: #F2D9F8;
}
</style>
border-color css
<style>
span { border-color: #F2D9F8; }
span { border-color: rgb(242,217,248); }
td.TdClassName
{
border-color: #F2D9F8;
}
.TagClassName
{
border-color: #F2D9F8;
}
</style>