Html Css Color HEX #F5FEFE Azure

📋 copy color: '#F5FEFE'

red 245 ◦ green 254 ◦ blue 254

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

Shades of Azure #F5FEFE

Tints of Azure #F5FEFE

RGB

 RED value IS 245 (96.09% from 255) = 32.54%

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

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

R = 32.54%
G = 33.73%
B = 33.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F5FEFE (or 0xF5FEFE) is known color: Azure. HEX triplet: F5, FE and FE. RGB value is (245,254,254). Sum of RGB (Red+Green+Blue) = 245+254+254=753 (99% of max value = 765). Red value is 245 (96.09% from 255 or 32.54% from 753); Green value is 254 (99.61% from 255 or 33.73% from 753); Blue value is 254 (99.61% from 255 or 33.73% from 753); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #F5FEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FEFE is #0A0101. Grayscale: #FBFBFB. Windows color (decimal): -655618 or 16711413. OLE color: 16711413.

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

Color convert

RGB 245 254 254 -
CMYK 0.04 0 0 0.00
HSL 180º 0.82% 0.98% -
HSV(B) 180º 0.04% 1% -
XYZ 90.99 97.45 107.78 -
YUV 251.31 129.52 123.5 -
System Red Green Blue C M Y K H S L
Decimal 245 254 254 0.04 0 0 0.00 180 0.82 0.98
Hex F5 FE FE 4 0 0 0 B4 52 62
Octal 365 376 376 4 0 0 0 264 122 142
Binary 11110101 11111110 11111110 100 0 0 0 10110100 1010010 1100010

Color Harmonies of #F5FEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FEFE

Black with #F5FEFE

Text Example


Text Example

White with #F5FEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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