#FAFFE2

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

Shades of Twilight Blue #FAFFE2

Tints of Twilight Blue #FAFFE2

Color information

#FAFFE2 (or 0xFAFFE2) is unknown color: approx Twilight Blue. HEX triplet: FA, FF and E2. RGB value is (250,255,226). Sum of RGB (Red+Green+Blue) = 250+255+226=731 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.20% from 731); Green value is 255 (100% from 255 or 34.88% from 731); Blue value is 226 (88.67% from 255 or 30.92% from 731); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFE2 is #05001D. Grayscale: #FAFAFA. Windows color (decimal): -327710 or 14876666. OLE color: 14876666.

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

Color convert

RGB250255226-
CMYK0.0200.110
HSL70.34º100%94.31%-
HSV(B)70.34º11.37%100%-
XYZ88.9197.3386.05-
YUV250.2114.34127.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.20%
GREEN value IS 255 (100% from 255) = 34.88%
BLUE value IS 226 (88.67% from 255) = 30.92%
R=34.20%
G=34.88%
B=30.92%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502552260.0200.11070.3410094.31
HexFAFFE220B046645e
Octal37237734220130106144136
Binary11111010111111111110001010010110100011011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFFE2; }

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

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

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

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

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

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

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

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