Shades of Selago #F3DFF2
Tints of Selago #F3DFF2
RGB
CMYK
RGB Variations
Color information
#F3DFF2 (or 0xF3DFF2) is known color: Selago. HEX triplet: F3, DF and F2. RGB value is (243,223,242). Sum of RGB (Red+Green+Blue) = 243+223+242=708 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.32% from 708); Green value is 223 (87.5% from 255 or 31.50% from 708); Blue value is 242 (94.92% from 255 or 34.18% from 708); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DFF2 is #0C200D. Grayscale: #E7E7E7. Windows color (decimal): -794638 or 15917043. OLE color: 15917043.
HSL color Cylindrical-coordinate representation of color #F3DFF2: hue angle of 303º degrees, saturation: 0.45, 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 #F3DFF2 is Cyan = 0, Magento = 0.08, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 223 | 242 | - |
| CMYK | 0 | 0.08 | 0.00 | 0.05 |
| HSL | 303º | 0.45% | 0.91% | - |
| HSV(B) | 303º | 0.08% | 0.95% | - |
| XYZ | 79.38 | 78.24 | 94.92 | - |
| YUV | 231.15 | 134.13 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 223 | 242 | 0 | 0.08 | 0.00 | 0.05 | 303 | 0.45 | 0.91 |
| Hex | F3 | DF | F2 | 0 | 8 | 0 | 5 | 12F | 2D | 5B |
| Octal | 363 | 337 | 362 | 0 | 10 | 0 | 5 | 457 | 55 | 133 |
| Binary | 11110011 | 11011111 | 11110010 | 0 | 1000 | 0 | 101 | 100101111 | 101101 | 1011011 |
Color Harmonies of #F3DFF2
Complementary color
Monochromatic Colors of #F3DFF2
Black with #F3DFF2
Text Example
Text Example
White with #F3DFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DFF2; }
p { color: rgb(243,223,242); }
H1.HeaderClassName
{
color: #F3DFF2;
}
.AnyTagClassName
{
color: #F3DFF2;
}
</style>
background-color css
<style>
a { background-color: #F3DFF2; }
a { background-color: rgb(243,223,242); }
div.DivClassName
{
background-color: #F3DFF2;
}
.BgClassName
{
background-color: #F3DFF2;
}
</style>
border-color css
<style>
span { border-color: #F3DFF2; }
span { border-color: rgb(243,223,242); }
td.TdClassName
{
border-color: #F3DFF2;
}
.TagClassName
{
border-color: #F3DFF2;
}
</style>