Html Css Color HEX #F0FDFC Azure

📋 copy color: '#F0FDFC'

red 240 ◦ green 253 ◦ blue 252

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

Shades of Azure #F0FDFC

Tints of Azure #F0FDFC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 33.96%

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

R = 32.21%
G = 33.96%
B = 33.83%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#F0FDFC (or 0xF0FDFC) is known color: Azure. HEX triplet: F0, FD and FC. RGB value is (240,253,252). Sum of RGB (Red+Green+Blue) = 240+253+252=745 (98% of max value = 765). Red value is 240 (94.14% from 255 or 32.21% from 745); Green value is 253 (99.22% from 255 or 33.96% from 745); Blue value is 252 (98.83% from 255 or 33.83% from 745); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FDFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FDFC is #0F0203. Grayscale: #F8F8F8. Windows color (decimal): -983556 or 16580080. OLE color: 16580080.

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

Color convert

RGB 240 253 252 -
CMYK 0.05 0 0.00 0.01
HSL 175.38º 0.76% 0.97% -
HSV(B) 175.38º 0.05% 0.99% -
XYZ 88.63 95.8 105.92 -
YUV 249 129.69 121.58 -
System Red Green Blue C M Y K H S L
Decimal 240 253 252 0.05 0 0.00 0.01 175.38 0.76 0.97
Hex F0 FD FC 5 0 0 1 AF 4C 61
Octal 360 375 374 5 0 0 1 257 114 141
Binary 11110000 11111101 11111100 101 0 0 1 10101111 1001100 1100001

Color Harmonies of #F0FDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FDFC

Black with #F0FDFC

Text Example


Text Example

White with #F0FDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FDFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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