Shades of Selago #F2DFF2
Tints of Selago #F2DFF2
RGB
CMYK
RGB Variations
Color information
#F2DFF2 (or 0xF2DFF2) is known color: Selago. HEX triplet: F2, DF and F2. RGB value is (242,223,242). Sum of RGB (Red+Green+Blue) = 242+223+242=707 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.23% from 707); Green value is 223 (87.5% from 255 or 31.54% from 707); Blue value is 242 (94.92% from 255 or 34.23% from 707); Max value from RGB is 242 - color contains mainly: red, blue. Hex color #F2DFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DFF2 is #0D200D. Grayscale: #E6E6E6. Windows color (decimal): -860174 or 15917042. OLE color: 15917042.
HSL color Cylindrical-coordinate representation of color #F2DFF2: hue angle of 300º 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 #F2DFF2 is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 242 | - |
| CMYK | 0 | 0.08 | 0 | 0.05 |
| HSL | 300º | 0.42% | 0.91% | - |
| HSV(B) | 300º | 0.08% | 0.95% | - |
| XYZ | 79.03 | 78.06 | 94.91 | - |
| YUV | 230.85 | 134.29 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 242 | 0 | 0.08 | 0 | 0.05 | 300 | 0.42 | 0.91 |
| Hex | F2 | DF | F2 | 0 | 8 | 0 | 5 | 12C | 2A | 5B |
| Octal | 362 | 337 | 362 | 0 | 10 | 0 | 5 | 454 | 52 | 133 |
| Binary | 11110010 | 11011111 | 11110010 | 0 | 1000 | 0 | 101 | 100101100 | 101010 | 1011011 |
Color Harmonies of #F2DFF2
Complementary color
Monochromatic Colors of #F2DFF2
Black with #F2DFF2
Text Example
Text Example
White with #F2DFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DFF2; }
p { color: rgb(242,223,242); }
H1.HeaderClassName
{
color: #F2DFF2;
}
.AnyTagClassName
{
color: #F2DFF2;
}
</style>
background-color css
<style>
a { background-color: #F2DFF2; }
a { background-color: rgb(242,223,242); }
div.DivClassName
{
background-color: #F2DFF2;
}
.BgClassName
{
background-color: #F2DFF2;
}
</style>
border-color css
<style>
span { border-color: #F2DFF2; }
span { border-color: rgb(242,223,242); }
td.TdClassName
{
border-color: #F2DFF2;
}
.TagClassName
{
border-color: #F2DFF2;
}
</style>