Html Css Color HEX #F9FEFE Azure

📋 copy color: '#F9FEFE'

red 249 ◦ green 254 ◦ blue 254

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

Shades of Azure #F9FEFE

Tints of Azure #F9FEFE

RGB

 RED value IS 249 (97.66% from 255) = 32.89%

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

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

R = 32.89%
G = 33.55%
B = 33.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F9FEFE (or 0xF9FEFE) is known color: Azure. HEX triplet: F9, FE and FE. RGB value is (249,254,254). Sum of RGB (Red+Green+Blue) = 249+254+254=757 (100% of max value = 765). Red value is 249 (97.66% from 255 or 32.89% from 757); Green value is 254 (99.61% from 255 or 33.55% from 757); Blue value is 254 (99.61% from 255 or 33.55% from 757); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #F9FEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9FEFE is #060101. Grayscale: #FCFCFC. Windows color (decimal): -393474 or 16711417. OLE color: 16711417.

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

Color convert

RGB 249 254 254 -
CMYK 0.02 0 0 0.00
HSL 180º 0.71% 0.99% -
HSV(B) 180º 0.02% 1% -
XYZ 92.4 98.18 107.85 -
YUV 252.51 128.84 125.5 -
System Red Green Blue C M Y K H S L
Decimal 249 254 254 0.02 0 0 0.00 180 0.71 0.99
Hex F9 FE FE 2 0 0 0 B4 47 63
Octal 371 376 376 2 0 0 0 264 107 143
Binary 11111001 11111110 11111110 10 0 0 0 10110100 1000111 1100011

Color Harmonies of #F9FEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9FEFE

Black with #F9FEFE

Text Example


Text Example

White with #F9FEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9FEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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