#FAFFE3

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

Shades of Twilight Blue #FAFFE3

Tints of Twilight Blue #FAFFE3

Color information

#FAFFE3 (or 0xFAFFE3) is unknown color: approx Twilight Blue. HEX triplet: FA, FF and E3. RGB value is (250,255,227). Sum of RGB (Red+Green+Blue) = 250+255+227=732 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.15% from 732); Green value is 255 (100% from 255 or 34.84% from 732); Blue value is 227 (89.06% from 255 or 31.01% from 732); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFE3 is #05001C. Grayscale: #FAFAFA. Windows color (decimal): -327709 or 14942202. OLE color: 14942202.

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

Color convert

RGB250255227-
CMYK0.0200.110
HSL70.71º100%94.51%-
HSV(B)70.71º10.98%100%-
XYZ89.0597.3986.78-
YUV250.31114.84127.78-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.15%
GREEN value IS 255 (100% from 255) = 34.84%
BLUE value IS 227 (89.06% from 255) = 31.01%
R=34.15%
G=34.84%
B=31.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502552270.0200.11070.7110094.51
HexFAFFE320B047645f
Octal37237734320130107144137
Binary11111010111111111110001110010110100011111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFFE3; }

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

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

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

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

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

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

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

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