Shades of Alice Blue #F2F4F5
Tints of Alice Blue #F2F4F5
RGB
CMYK
RGB Variations
Color information
#F2F4F5 (or 0xF2F4F5) is known color: Alice Blue. HEX triplet: F2, F4 and F5. RGB value is (242,244,245). Sum of RGB (Red+Green+Blue) = 242+244+245=731 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.11% from 731); Green value is 244 (95.70% from 255 or 33.38% from 731); Blue value is 245 (96.09% from 255 or 33.52% from 731); Max value from RGB is 245 - color contains mainly: blue. Hex color #F2F4F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F4F5 is #0D0B0A. Grayscale: #F3F3F3. Windows color (decimal): -854795 or 16119026. OLE color: 16119026.
HSL color Cylindrical-coordinate representation of color #F2F4F5: hue angle of 200º degrees, saturation: 0.13, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #F2F4F5 is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
RGB | 242 | 244 | 245 | - |
CMYK | 0.01 | 0.00 | 0 | 0.04 |
HSL | 200º | 0.13% | 0.95% | - |
HSV(B) | 200º | 0.01% | 0.96% | - |
XYZ | 85.45 | 90.17 | 99.29 | - |
YUV | 243.52 | 128.84 | 126.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 244 | 245 | 0.01 | 0.00 | 0 | 0.04 | 200 | 0.13 | 0.95 |
Hex | F2 | F4 | F5 | 1 | 0 | 0 | 4 | C8 | D | 5F |
Octal | 362 | 364 | 365 | 1 | 0 | 0 | 4 | 310 | 15 | 137 |
Binary | 11110010 | 11110100 | 11110101 | 1 | 0 | 0 | 100 | 11001000 | 1101 | 1011111 |
Color Harmonies of #F2F4F5
Complementary color
Monochromatic Colors of #F2F4F5
Black with #F2F4F5
Text Example
Text Example
White with #F2F4F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F4F5; }
p { color: rgb(242,244,245); }
H1.HeaderClassName
{
color: #F2F4F5;
}
.AnyTagClassName
{
color: #F2F4F5;
}
</style>
background-color css
<style>
a { background-color: #F2F4F5; }
a { background-color: rgb(242,244,245); }
div.DivClassName
{
background-color: #F2F4F5;
}
.BgClassName
{
background-color: #F2F4F5;
}
</style>
border-color css
<style>
span { border-color: #F2F4F5; }
span { border-color: rgb(242,244,245); }
td.TdClassName
{
border-color: #F2F4F5;
}
.TagClassName
{
border-color: #F2F4F5;
}
</style>