Html Css Color HEX #F2FFFE Azure

📋 copy color: '#F2FFFE'

red 242 ◦ green 255 ◦ blue 254

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

Shades of Azure #F2FFFE

Tints of Azure #F2FFFE

RGB

 RED value IS 242 (94.92% from 255) = 32.22%

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

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

R = 32.22%
G = 33.95%
B = 33.82%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.00

 K value IS 0

RGB Variations

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

Color information

#F2FFFE (or 0xF2FFFE) is known color: Azure. HEX triplet: F2, FF and FE. RGB value is (242,255,254). Sum of RGB (Red+Green+Blue) = 242+255+254=751 (99% of max value = 765). Red value is 242 (94.92% from 255 or 32.22% from 751); Green value is 255 (100% from 255 or 33.95% from 751); Blue value is 254 (99.61% from 255 or 33.82% from 751); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2FFFE is #0D0001. Grayscale: #FAFAFA. Windows color (decimal): -851970 or 16711666. OLE color: 16711666.

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

Color convert

RGB 242 255 254 -
CMYK 0.05 0 0.00 0
HSL 175.38º 1% 0.97% -
HSV(B) 175.38º 0.05% 1% -
XYZ 90.27 97.55 107.84 -
YUV 251 129.69 121.58 -
System Red Green Blue C M Y K H S L
Decimal 242 255 254 0.05 0 0.00 0 175.38 1 0.97
Hex F2 FF FE 5 0 0 0 AF 64 61
Octal 362 377 376 5 0 0 0 257 144 141
Binary 11110010 11111111 11111110 101 0 0 0 10101111 1100100 1100001

Color Harmonies of #F2FFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FFFE

Black with #F2FFFE

Text Example


Text Example

White with #F2FFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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