Html Css Color HEX #F0FAFE Alice Blue

📋 copy color: '#F0FAFE'

red 240 ◦ green 250 ◦ blue 254

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

Shades of Alice Blue #F0FAFE

Tints of Alice Blue #F0FAFE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 33.6%

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

R = 32.26%
G = 33.6%
B = 34.14%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F0FAFE (or 0xF0FAFE) is known color: Alice Blue. HEX triplet: F0, FA and FE. RGB value is (240,250,254). Sum of RGB (Red+Green+Blue) = 240+250+254=744 (98% of max value = 765). Red value is 240 (94.14% from 255 or 32.26% from 744); Green value is 250 (98.05% from 255 or 33.60% from 744); Blue value is 254 (99.61% from 255 or 34.14% from 744); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0FAFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FAFE is #0F0501. Grayscale: #F7F7F7. Windows color (decimal): -984322 or 16710384. OLE color: 16710384.

HSL color Cylindrical-coordinate representation of color #F0FAFE: hue angle of 197.14º 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 #F0FAFE is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 240 250 254 -
CMYK 0.06 0.02 0 0.00
HSL 197.14º 0.88% 0.97% -
HSV(B) 197.14º 0.06% 1% -
XYZ 88.01 94.05 107.28 -
YUV 247.47 131.69 122.67 -
System Red Green Blue C M Y K H S L
Decimal 240 250 254 0.06 0.02 0 0.00 197.14 0.88 0.97
Hex F0 FA FE 6 2 0 0 C5 58 61
Octal 360 372 376 6 2 0 0 305 130 141
Binary 11110000 11111010 11111110 110 10 0 0 11000101 1011000 1100001

Color Harmonies of #F0FAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FAFE

Black with #F0FAFE

Text Example


Text Example

White with #F0FAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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