#FAFDEC

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

Shades of Twilight Blue #FAFDEC

Tints of Twilight Blue #FAFDEC

Color information

#FAFDEC (or 0xFAFDEC) is unknown color: approx Twilight Blue. HEX triplet: FA, FD and EC. RGB value is (250,253,236). Sum of RGB (Red+Green+Blue) = 250+253+236=739 (97% of max value = 765). Red value is 250 (98.05% from 255 or 33.83% from 739); Green value is 253 (99.22% from 255 or 34.24% from 739); Blue value is 236 (92.58% from 255 or 31.94% from 739); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFDEC is #050213. Grayscale: #FAFAFA. Windows color (decimal): -328212 or 15531514. OLE color: 15531514.

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

Color convert

RGB250253236-
CMYK0.0100.070.01
HSL70.59º80.95%95.88%-
HSV(B)70.59º6.72%99.22%-
XYZ89.6996.6393.28-
YUV250.16120.01127.88-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.83%
GREEN value IS 253 (99.22% from 255) = 34.24%
BLUE value IS 236 (92.58% from 255) = 31.94%
R=33.83%
G=34.24%
B=31.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502532360.0100.070.0170.5980.9595.88
HexFAFDEC1071475160
Octal3723753541071107121140
Binary111110101111110111101100101111100011110100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFDEC; }

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

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

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

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

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

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

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

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