#FAFEFF

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

Shades of Azure #FAFEFF

Tints of Azure #FAFEFF

Color information

#FAFEFF (or 0xFAFEFF) is unknown color: approx Azure. HEX triplet: FA, FE and FF. RGB value is (250,254,255). Sum of RGB (Red+Green+Blue) = 250+254+255=759 (100% of max value = 765). Red value is 250 (98.05% from 255 or 32.94% from 759); Green value is 254 (99.61% from 255 or 33.47% from 759); Blue value is 255 (100% from 255 or 33.60% from 759); Max value from RGB is 255 - color contains mainly: blue. Hex color #FAFEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFEFF is #050100. Grayscale: #FCFCFC. Windows color (decimal): -327937 or 16776954. OLE color: 16776954.

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

Color convert

RGB250254255-
CMYK0.020.0000
HSL192º100%99.02%-
HSV(B)192º1.96%100%-
XYZ92.9298.43108.71-
YUV252.92129.17125.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 32.94%
GREEN value IS 254 (99.61% from 255) = 33.47%
BLUE value IS 255 (100% from 255) = 33.60%
R=32.94%
G=33.47%
B=33.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502542550.020.000019210099.02
HexFAFEFF2000c06463
Octal3723763772000300144143
Binary111110101111111011111111100001100000011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFEFF; }

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

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

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

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

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

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

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

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