Shades of Selago #F4DFF5
Tints of Selago #F4DFF5
RGB
CMYK
RGB Variations
Color information
#F4DFF5 (or 0xF4DFF5) is known color: Selago. HEX triplet: F4, DF and F5. RGB value is (244,223,245). Sum of RGB (Red+Green+Blue) = 244+223+245=712 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.27% from 712); Green value is 223 (87.5% from 255 or 31.32% from 712); Blue value is 245 (96.09% from 255 or 34.41% from 712); Max value from RGB is 245 - color contains mainly: blue. Hex color #F4DFF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4DFF5 is #0B200A. Grayscale: #E7E7E7. Windows color (decimal): -729099 or 16113652. OLE color: 16113652.
HSL color Cylindrical-coordinate representation of color #F4DFF5: hue angle of 297.27º 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 #F4DFF5 is Cyan = 0.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 244 | 223 | 245 | - |
CMYK | 0.00 | 0.09 | 0 | 0.04 |
HSL | 297.27º | 0.52% | 0.92% | - |
HSV(B) | 297.27º | 0.09% | 0.96% | - |
XYZ | 80.18 | 78.6 | 97.33 | - |
YUV | 231.79 | 135.46 | 136.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 244 | 223 | 245 | 0.00 | 0.09 | 0 | 0.04 | 297.27 | 0.52 | 0.92 |
Hex | F4 | DF | F5 | 0 | 9 | 0 | 4 | 129 | 34 | 5C |
Octal | 364 | 337 | 365 | 0 | 11 | 0 | 4 | 451 | 64 | 134 |
Binary | 11110100 | 11011111 | 11110101 | 0 | 1001 | 0 | 100 | 100101001 | 110100 | 1011100 |
Color Harmonies of #F4DFF5
Complementary color
Monochromatic Colors of #F4DFF5
Black with #F4DFF5
Text Example
Text Example
White with #F4DFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DFF5; }
p { color: rgb(244,223,245); }
H1.HeaderClassName
{
color: #F4DFF5;
}
.AnyTagClassName
{
color: #F4DFF5;
}
</style>
background-color css
<style>
a { background-color: #F4DFF5; }
a { background-color: rgb(244,223,245); }
div.DivClassName
{
background-color: #F4DFF5;
}
.BgClassName
{
background-color: #F4DFF5;
}
</style>
border-color css
<style>
span { border-color: #F4DFF5; }
span { border-color: rgb(244,223,245); }
td.TdClassName
{
border-color: #F4DFF5;
}
.TagClassName
{
border-color: #F4DFF5;
}
</style>