Shades of Selago #F3DFF3
Tints of Selago #F3DFF3
RGB
CMYK
RGB Variations
Color information
#F3DFF3 (or 0xF3DFF3) is known color: Selago. HEX triplet: F3, DF and F3. RGB value is (243,223,243). Sum of RGB (Red+Green+Blue) = 243+223+243=709 (93% of max value = 765). Red value is 243 (95.31% from 255 or 34.27% from 709); Green value is 223 (87.5% from 255 or 31.45% from 709); Blue value is 243 (95.31% from 255 or 34.27% from 709); Max value from RGB is 243 - color contains mainly: red, blue. Hex color #F3DFF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DFF3 is #0C200C. Grayscale: #E7E7E7. Windows color (decimal): -794637 or 15982579. OLE color: 15982579.
HSL color Cylindrical-coordinate representation of color #F3DFF3: hue angle of 300º 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 #F3DFF3 is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 223 | 243 | - |
| CMYK | 0 | 0.08 | 0 | 0.05 |
| HSL | 300º | 0.45% | 0.91% | - |
| HSV(B) | 300º | 0.08% | 0.95% | - |
| XYZ | 79.53 | 78.3 | 95.72 | - |
| YUV | 231.26 | 134.63 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 223 | 243 | 0 | 0.08 | 0 | 0.05 | 300 | 0.45 | 0.91 |
| Hex | F3 | DF | F3 | 0 | 8 | 0 | 5 | 12C | 2D | 5B |
| Octal | 363 | 337 | 363 | 0 | 10 | 0 | 5 | 454 | 55 | 133 |
| Binary | 11110011 | 11011111 | 11110011 | 0 | 1000 | 0 | 101 | 100101100 | 101101 | 1011011 |
Color Harmonies of #F3DFF3
Complementary color
Monochromatic Colors of #F3DFF3
Black with #F3DFF3
Text Example
Text Example
White with #F3DFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DFF3; }
p { color: rgb(243,223,243); }
H1.HeaderClassName
{
color: #F3DFF3;
}
.AnyTagClassName
{
color: #F3DFF3;
}
</style>
background-color css
<style>
a { background-color: #F3DFF3; }
a { background-color: rgb(243,223,243); }
div.DivClassName
{
background-color: #F3DFF3;
}
.BgClassName
{
background-color: #F3DFF3;
}
</style>
border-color css
<style>
span { border-color: #F3DFF3; }
span { border-color: rgb(243,223,243); }
td.TdClassName
{
border-color: #F3DFF3;
}
.TagClassName
{
border-color: #F3DFF3;
}
</style>