Html Css Color HEX #F0FFFC Azure

📋 copy color: '#F0FFFC'

red 240 ◦ green 255 ◦ blue 252

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

Shades of Azure #F0FFFC

Tints of Azure #F0FFFC

RGB

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

 GREEN value IS 255 (100% from 255) = 34.14%

 BLUE value IS 252 (98.83% from 255) = 33.73%

R = 32.13%
G = 34.14%
B = 33.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#F0FFFC (or 0xF0FFFC) is known color: Azure. HEX triplet: F0, FF and FC. RGB value is (240,255,252). Sum of RGB (Red+Green+Blue) = 240+255+252=747 (98% of max value = 765). Red value is 240 (94.14% from 255 or 32.13% from 747); Green value is 255 (100% from 255 or 34.14% from 747); Blue value is 252 (98.83% from 255 or 33.73% from 747); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FFFC is #0F0003. Grayscale: #FAFAFA. Windows color (decimal): -983044 or 16580592. OLE color: 16580592.

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

Color convert

RGB 240 255 252 -
CMYK 0.06 0 0.01 0
HSL 168º 1% 0.97% -
HSV(B) 168º 0.06% 1% -
XYZ 89.27 97.07 106.13 -
YUV 250.17 129.03 120.74 -
System Red Green Blue C M Y K H S L
Decimal 240 255 252 0.06 0 0.01 0 168 1 0.97
Hex F0 FF FC 6 0 1 0 A8 64 61
Octal 360 377 374 6 0 1 0 250 144 141
Binary 11110000 11111111 11111100 110 0 1 0 10101000 1100100 1100001

Color Harmonies of #F0FFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FFFC

Black with #F0FFFC

Text Example


Text Example

White with #F0FFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FFFC; }

 p { color: rgb(240,255,252); }

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

background-color css

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

 a { background-color: rgb(240,255,252); }

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

border-color css

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

 span { border-color: rgb(240,255,252); }

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