Html Css Color HEX #F5FFFE Azure

📋 copy color: '#F5FFFE'

red 245 ◦ green 255 ◦ blue 254

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

Shades of Azure #F5FFFE

Tints of Azure #F5FFFE

RGB

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

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

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

R = 32.49%
G = 33.82%
B = 33.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.00

 K value IS 0

RGB Variations

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

Color information

#F5FFFE (or 0xF5FFFE) is known color: Azure. HEX triplet: F5, FF and FE. RGB value is (245,255,254). Sum of RGB (Red+Green+Blue) = 245+255+254=754 (99% of max value = 765). Red value is 245 (96.09% from 255 or 32.49% from 754); Green value is 255 (100% from 255 or 33.82% from 754); Blue value is 254 (99.61% from 255 or 33.69% from 754); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FFFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FFFE is #0A0001. Grayscale: #FBFBFB. Windows color (decimal): -655362 or 16711669. OLE color: 16711669.

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

Color convert

RGB 245 255 254 -
CMYK 0.04 0 0.00 0
HSL 174º 1% 0.98% -
HSV(B) 174º 0.04% 1% -
XYZ 91.31 98.09 107.89 -
YUV 251.9 129.19 123.08 -
System Red Green Blue C M Y K H S L
Decimal 245 255 254 0.04 0 0.00 0 174 1 0.98
Hex F5 FF FE 4 0 0 0 AE 64 62
Octal 365 377 376 4 0 0 0 256 144 142
Binary 11110101 11111111 11111110 100 0 0 0 10101110 1100100 1100010

Color Harmonies of #F5FFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FFFE

Black with #F5FFFE

Text Example


Text Example

White with #F5FFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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