Shades of Selago #F3DCF4
Tints of Selago #F3DCF4
RGB
CMYK
RGB Variations
Color information
#F3DCF4 (or 0xF3DCF4) is known color: Selago. HEX triplet: F3, DC and F4. RGB value is (243,220,244). Sum of RGB (Red+Green+Blue) = 243+220+244=707 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.37% from 707); Green value is 220 (86.33% from 255 or 31.12% from 707); Blue value is 244 (95.70% from 255 or 34.51% from 707); Max value from RGB is 244 - color contains mainly: blue. Hex color #F3DCF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DCF4 is #0C230B. Grayscale: #E5E5E5. Windows color (decimal): -795404 or 16047347. OLE color: 16047347.
HSL color Cylindrical-coordinate representation of color #F3DCF4: hue angle of 297.5º degrees, saturation: 0.52, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F3DCF4 is Cyan = 0.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 243 | 220 | 244 | - |
| CMYK | 0.00 | 0.10 | 0 | 0.04 |
| HSL | 297.5º | 0.52% | 0.91% | - |
| HSV(B) | 297.5º | 0.1% | 0.96% | - |
| XYZ | 78.88 | 76.77 | 96.25 | - |
| YUV | 229.61 | 136.12 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 220 | 244 | 0.00 | 0.10 | 0 | 0.04 | 297.5 | 0.52 | 0.91 |
| Hex | F3 | DC | F4 | 0 | A | 0 | 4 | 12A | 34 | 5B |
| Octal | 363 | 334 | 364 | 0 | 12 | 0 | 4 | 452 | 64 | 133 |
| Binary | 11110011 | 11011100 | 11110100 | 0 | 1010 | 0 | 100 | 100101010 | 110100 | 1011011 |
Color Harmonies of #F3DCF4
Complementary color
Monochromatic Colors of #F3DCF4
Black with #F3DCF4
Text Example
Text Example
White with #F3DCF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DCF4; }
p { color: rgb(243,220,244); }
H1.HeaderClassName
{
color: #F3DCF4;
}
.AnyTagClassName
{
color: #F3DCF4;
}
</style>
background-color css
<style>
a { background-color: #F3DCF4; }
a { background-color: rgb(243,220,244); }
div.DivClassName
{
background-color: #F3DCF4;
}
.BgClassName
{
background-color: #F3DCF4;
}
</style>
border-color css
<style>
span { border-color: #F3DCF4; }
span { border-color: rgb(243,220,244); }
td.TdClassName
{
border-color: #F3DCF4;
}
.TagClassName
{
border-color: #F3DCF4;
}
</style>