Shades of Selago #F3DEF2
Tints of Selago #F3DEF2
RGB
CMYK
RGB Variations
Color information
#F3DEF2 (or 0xF3DEF2) is known color: Selago. HEX triplet: F3, DE and F2. RGB value is (243,222,242). Sum of RGB (Red+Green+Blue) = 243+222+242=707 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.37% from 707); Green value is 222 (87.11% from 255 or 31.40% from 707); Blue value is 242 (94.92% from 255 or 34.23% from 707); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DEF2 is #0C210D. Grayscale: #E6E6E6. Windows color (decimal): -794894 or 15916787. OLE color: 15916787.
HSL color Cylindrical-coordinate representation of color #F3DEF2: hue angle of 302.86º degrees, saturation: 0.47, 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 #F3DEF2 is Cyan = 0, Magento = 0.09, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 222 | 242 | - |
| CMYK | 0 | 0.09 | 0.00 | 0.05 |
| HSL | 302.86º | 0.47% | 0.91% | - |
| HSV(B) | 302.86º | 0.09% | 0.95% | - |
| XYZ | 79.11 | 77.71 | 94.83 | - |
| YUV | 230.56 | 134.46 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 222 | 242 | 0 | 0.09 | 0.00 | 0.05 | 302.86 | 0.47 | 0.91 |
| Hex | F3 | DE | F2 | 0 | 9 | 0 | 5 | 12F | 2F | 5B |
| Octal | 363 | 336 | 362 | 0 | 11 | 0 | 5 | 457 | 57 | 133 |
| Binary | 11110011 | 11011110 | 11110010 | 0 | 1001 | 0 | 101 | 100101111 | 101111 | 1011011 |
Color Harmonies of #F3DEF2
Complementary color
Monochromatic Colors of #F3DEF2
Black with #F3DEF2
Text Example
Text Example
White with #F3DEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DEF2; }
p { color: rgb(243,222,242); }
H1.HeaderClassName
{
color: #F3DEF2;
}
.AnyTagClassName
{
color: #F3DEF2;
}
</style>
background-color css
<style>
a { background-color: #F3DEF2; }
a { background-color: rgb(243,222,242); }
div.DivClassName
{
background-color: #F3DEF2;
}
.BgClassName
{
background-color: #F3DEF2;
}
</style>
border-color css
<style>
span { border-color: #F3DEF2; }
span { border-color: rgb(243,222,242); }
td.TdClassName
{
border-color: #F3DEF2;
}
.TagClassName
{
border-color: #F3DEF2;
}
</style>