#FAFDED

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

Shades of Twilight Blue #FAFDED

Tints of Twilight Blue #FAFDED

Color information

#FAFDED (or 0xFAFDED) is unknown color: approx Twilight Blue. HEX triplet: FA, FD and ED. RGB value is (250,253,237). Sum of RGB (Red+Green+Blue) = 250+253+237=740 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.78% from 740); Green value is 253 (99.22% from 255 or 34.19% from 740); Blue value is 237 (92.97% from 255 or 32.03% from 740); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFDED is #050212. Grayscale: #FAFAFA. Windows color (decimal): -328211 or 15597050. OLE color: 15597050.

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

Color convert

RGB250253237-
CMYK0.0100.060.01
HSL71.25º80%96.08%-
HSV(B)71.25º6.32%99.22%-
XYZ89.8496.6994.05-
YUV250.28120.51127.8-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.78%
GREEN value IS 253 (99.22% from 255) = 34.19%
BLUE value IS 237 (92.97% from 255) = 32.03%
R=33.78%
G=34.19%
B=32.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502532370.0100.060.0171.258096.08
HexFAFDED1061475060
Octal3723753551061107120140
Binary111110101111110111101101101101100011110100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFDED; }

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

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

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

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

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

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

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

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