#FAFDFD

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

Shades of Azure #FAFDFD

Tints of Azure #FAFDFD

Color information

#FAFDFD (or 0xFAFDFD) is unknown color: approx Azure. HEX triplet: FA, FD and FD. RGB value is (250,253,253). Sum of RGB (Red+Green+Blue) = 250+253+253=756 (100% of max value = 765). Red value is 250 (98.05% from 255 or 33.07% from 756); Green value is 253 (99.22% from 255 or 33.47% from 756); Blue value is 253 (99.22% from 255 or 33.47% from 756); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #FAFDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFDFD is #050202. Grayscale: #FCFCFC. Windows color (decimal): -328195 or 16645626. OLE color: 16645626.

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

Color convert

RGB250253253-
CMYK0.01000.01
HSL180º42.86%98.63%-
HSV(B)180º1.19%99.22%-
XYZ92.2897.67106.92-
YUV252.1128.51126.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.07%
GREEN value IS 253 (99.22% from 255) = 33.47%
BLUE value IS 253 (99.22% from 255) = 33.47%
R=33.07%
G=33.47%
B=33.47%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502532530.01000.0118042.8698.63
HexFAFDFD1001b42b63
Octal372375375100126453143
Binary1111101011111101111111011001101101001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFDFD; }

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

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

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

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

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

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

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

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