Html Css Color HEX #F0FEFD Azure

📋 copy color: '#F0FEFD'

red 240 ◦ green 254 ◦ blue 253

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

Shades of Azure #F0FEFD

Tints of Azure #F0FEFD

RGB

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

 GREEN value IS 254 (99.61% from 255) = 34%

 BLUE value IS 253 (99.22% from 255) = 33.87%

R = 32.13%
G = 34%
B = 33.87%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#F0FEFD (or 0xF0FEFD) is known color: Azure. HEX triplet: F0, FE and FD. RGB value is (240,254,253). Sum of RGB (Red+Green+Blue) = 240+254+253=747 (98% of max value = 765). Red value is 240 (94.14% from 255 or 32.13% from 747); Green value is 254 (99.61% from 255 or 34.00% from 747); Blue value is 253 (99.22% from 255 or 33.87% from 747); Max value from RGB is 254 - color contains mainly: green. Hex color #F0FEFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FEFD is #0F0102. Grayscale: #F9F9F9. Windows color (decimal): -983299 or 16645872. OLE color: 16645872.

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

Color convert

RGB 240 254 253 -
CMYK 0.06 0 0.00 0.00
HSL 175.71º 0.88% 0.97% -
HSV(B) 175.71º 0.06% 1% -
XYZ 89.11 96.5 106.86 -
YUV 249.7 129.86 121.08 -
System Red Green Blue C M Y K H S L
Decimal 240 254 253 0.06 0 0.00 0.00 175.71 0.88 0.97
Hex F0 FE FD 6 0 0 0 B0 58 61
Octal 360 376 375 6 0 0 0 260 130 141
Binary 11110000 11111110 11111101 110 0 0 0 10110000 1011000 1100001

Color Harmonies of #F0FEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FEFD

Black with #F0FEFD

Text Example


Text Example

White with #F0FEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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