#FAFDF5

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

Shades of Twilight Blue #FAFDF5

Tints of Twilight Blue #FAFDF5

Color information

#FAFDF5 (or 0xFAFDF5) is unknown color: approx Twilight Blue. HEX triplet: FA, FD and F5. RGB value is (250,253,245). Sum of RGB (Red+Green+Blue) = 250+253+245=748 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.42% from 748); Green value is 253 (99.22% from 255 or 33.82% from 748); Blue value is 245 (96.09% from 255 or 32.75% from 748); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFDF5 is #05020A. Grayscale: #FBFBFB. Windows color (decimal): -328203 or 16121338. OLE color: 16121338.

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

Color convert

RGB250253245-
CMYK0.0100.030.01
HSL82.5º66.67%97.65%-
HSV(B)82.5º3.16%99.22%-
XYZ91.0397.17100.34-
YUV251.19124.51127.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.42%
GREEN value IS 253 (99.22% from 255) = 33.82%
BLUE value IS 245 (96.09% from 255) = 32.75%
R=33.42%
G=33.82%
B=32.75%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502532450.0100.030.0182.566.6797.65
HexFAFDF51031524362
Octal3723753651031122103142
Binary11111010111111011111010110111101001010000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFDF5; }

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

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

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

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

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

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

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

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