#FAFEFE

Color #FAFEFE Azure (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Azure #FAFEFE

Tints of Azure #FAFEFE

Color information

#FAFEFE (or 0xFAFEFE) is unknown color: approx Azure. HEX triplet: FA, FE and FE. RGB value is (250,254,254). Sum of RGB (Red+Green+Blue) = 250+254+254=758 (100% of max value = 765). Red value is 250 (98.05% from 255 or 32.98% from 758); Green value is 254 (99.61% from 255 or 33.51% from 758); Blue value is 254 (99.61% from 255 or 33.51% from 758); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #FAFEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFEFE is #050101. Grayscale: #FCFCFC. Windows color (decimal): -327938 or 16711418. OLE color: 16711418.

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

Color convert

RGB250254254-
CMYK0.02000.00
HSL180º66.67%98.82%-
HSV(B)180º1.57%99.61%-
XYZ92.7698.36107.86-
YUV252.8128.67126-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 32.98%
GREEN value IS 254 (99.61% from 255) = 33.51%
BLUE value IS 254 (99.61% from 255) = 33.51%
R=32.98%
G=33.51%
B=33.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2502542540.02000.0018066.6798.82
HexFAFEFE2000b44363
Octal3723763762000264103143
Binary111110101111111011111110100001011010010000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFEFE; }

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

 H1.HeaderClassName
 {
   color: #FAFEFE;
 }
 .AnyTagClassName
 {
   color: #FAFEFE;
 }
</style>
background-color css

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

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

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

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

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

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