Html Css Color HEX #F9FEFD Azure

📋 copy color: '#F9FEFD'

red 249 ◦ green 254 ◦ blue 253

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

Shades of Azure #F9FEFD

Tints of Azure #F9FEFD

RGB

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

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

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

R = 32.94%
G = 33.6%
B = 33.47%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#F9FEFD (or 0xF9FEFD) is known color: Azure. HEX triplet: F9, FE and FD. RGB value is (249,254,253). Sum of RGB (Red+Green+Blue) = 249+254+253=756 (100% of max value = 765). Red value is 249 (97.66% from 255 or 32.94% from 756); Green value is 254 (99.61% from 255 or 33.60% from 756); Blue value is 253 (99.22% from 255 or 33.47% from 756); Max value from RGB is 254 - color contains mainly: green. Hex color #F9FEFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9FEFD is #060102. Grayscale: #FCFCFC. Windows color (decimal): -393475 or 16645881. OLE color: 16645881.

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

Color convert

RGB 249 254 253 -
CMYK 0.02 0 0.00 0.00
HSL 168º 0.71% 0.99% -
HSV(B) 168º 0.02% 1% -
XYZ 92.24 98.12 107.01 -
YUV 252.39 128.34 125.58 -
System Red Green Blue C M Y K H S L
Decimal 249 254 253 0.02 0 0.00 0.00 168 0.71 0.99
Hex F9 FE FD 2 0 0 0 A8 47 63
Octal 371 376 375 2 0 0 0 250 107 143
Binary 11111001 11111110 11111101 10 0 0 0 10101000 1000111 1100011

Color Harmonies of #F9FEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9FEFD

Black with #F9FEFD

Text Example


Text Example

White with #F9FEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9FEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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