Shades of Selago #F5DFF3
Tints of Selago #F5DFF3
RGB
CMYK
RGB Variations
Color information
#F5DFF3 (or 0xF5DFF3) is known color: Selago. HEX triplet: F5, DF and F3. RGB value is (245,223,243). Sum of RGB (Red+Green+Blue) = 245+223+243=711 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.46% from 711); Green value is 223 (87.5% from 255 or 31.36% from 711); Blue value is 243 (95.31% from 255 or 34.18% from 711); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DFF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DFF3 is #0A200C. Grayscale: #E7E7E7. Windows color (decimal): -663565 or 15982581. OLE color: 15982581.
HSL color Cylindrical-coordinate representation of color #F5DFF3: hue angle of 305.45º degrees, saturation: 0.52, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F5DFF3 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 223 | 243 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.04 |
| HSL | 305.45º | 0.52% | 0.92% | - |
| HSV(B) | 305.45º | 0.09% | 0.96% | - |
| XYZ | 80.22 | 78.66 | 95.75 | - |
| YUV | 231.86 | 134.29 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 223 | 243 | 0 | 0.09 | 0.01 | 0.04 | 305.45 | 0.52 | 0.92 |
| Hex | F5 | DF | F3 | 0 | 9 | 1 | 4 | 131 | 34 | 5C |
| Octal | 365 | 337 | 363 | 0 | 11 | 1 | 4 | 461 | 64 | 134 |
| Binary | 11110101 | 11011111 | 11110011 | 0 | 1001 | 1 | 100 | 100110001 | 110100 | 1011100 |
Color Harmonies of #F5DFF3
Complementary color
Monochromatic Colors of #F5DFF3
Black with #F5DFF3
Text Example
Text Example
White with #F5DFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DFF3; }
p { color: rgb(245,223,243); }
H1.HeaderClassName
{
color: #F5DFF3;
}
.AnyTagClassName
{
color: #F5DFF3;
}
</style>
background-color css
<style>
a { background-color: #F5DFF3; }
a { background-color: rgb(245,223,243); }
div.DivClassName
{
background-color: #F5DFF3;
}
.BgClassName
{
background-color: #F5DFF3;
}
</style>
border-color css
<style>
span { border-color: #F5DFF3; }
span { border-color: rgb(245,223,243); }
td.TdClassName
{
border-color: #F5DFF3;
}
.TagClassName
{
border-color: #F5DFF3;
}
</style>