Html Css Color HEX #F0F5FE Alice Blue

📋 copy color: '#F0F5FE'

red 240 ◦ green 245 ◦ blue 254

#F0F5FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alice Blue #F0F5FE

Tints of Alice Blue #F0F5FE

RGB

 RED value IS 240 (94.14% from 255) = 32.48%

 GREEN value IS 245 (96.09% from 255) = 33.15%

 BLUE value IS 254 (99.61% from 255) = 34.37%

R = 32.48%
G = 33.15%
B = 34.37%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F0F5FE (or 0xF0F5FE) is known color: Alice Blue. HEX triplet: F0, F5 and FE. RGB value is (240,245,254). Sum of RGB (Red+Green+Blue) = 240+245+254=739 (97% of max value = 765). Red value is 240 (94.14% from 255 or 32.48% from 739); Green value is 245 (96.09% from 255 or 33.15% from 739); Blue value is 254 (99.61% from 255 or 34.37% from 739); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0F5FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F5FE is #0F0A01. Grayscale: #F4F4F4. Windows color (decimal): -985602 or 16709104. OLE color: 16709104.

HSL color Cylindrical-coordinate representation of color #F0F5FE: hue angle of 218.57º degrees, saturation: 0.88, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F0F5FE is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 240 245 254 -
CMYK 0.06 0.04 0 0.00
HSL 218.57º 0.88% 0.97% -
HSV(B) 218.57º 0.06% 1% -
XYZ 86.48 90.99 106.77 -
YUV 244.53 133.34 124.77 -
System Red Green Blue C M Y K H S L
Decimal 240 245 254 0.06 0.04 0 0.00 218.57 0.88 0.97
Hex F0 F5 FE 6 4 0 0 DB 58 61
Octal 360 365 376 6 4 0 0 333 130 141
Binary 11110000 11110101 11111110 110 100 0 0 11011011 1011000 1100001

Color Harmonies of #F0F5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F5FE

Black with #F0F5FE

Text Example


Text Example

White with #F0F5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F5FE; }

 p { color: rgb(240,245,254); }

 H1.HeaderClassName
 {
   color: #F0F5FE;
 }
 .AnyTagClassName
 {
   color: #F0F5FE;
 }
</style>

background-color css

<style>
 a { background-color: #F0F5FE; }

 a { background-color: rgb(240,245,254); }

 div.DivClassName
 {
   background-color: #F0F5FE;
 }
 .BgClassName
 {
   background-color: #F0F5FE;
 }
</style>

border-color css

<style>
 span { border-color: #F0F5FE; }

 span { border-color: rgb(240,245,254); }

 td.TdClassName
 {
   border-color: #F0F5FE;
 }
 .TagClassName
 {
   border-color: #F0F5FE;
 }
</style>