#FAFFE7

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

Shades of Twilight Blue #FAFFE7

Tints of Twilight Blue #FAFFE7

Color information

#FAFFE7 (or 0xFAFFE7) is unknown color: approx Twilight Blue. HEX triplet: FA, FF and E7. RGB value is (250,255,231). Sum of RGB (Red+Green+Blue) = 250+255+231=736 (97% of max value = 765). Red value is 250 (98.05% from 255 or 33.97% from 736); Green value is 255 (100% from 255 or 34.65% from 736); Blue value is 231 (90.62% from 255 or 31.39% from 736); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFFE7 is #050018. Grayscale: #FAFAFA. Windows color (decimal): -327705 or 15204346. OLE color: 15204346.

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

Color convert

RGB250255231-
CMYK0.0200.090
HSL72.5º100%95.29%-
HSV(B)72.5º9.41%100%-
XYZ89.6197.6189.72-
YUV250.77116.84127.45-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.97%
GREEN value IS 255 (100% from 255) = 34.65%
BLUE value IS 231 (90.62% from 255) = 31.39%
R=33.97%
G=34.65%
B=31.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502552310.0200.09072.510095.29
HexFAFFE7209048645f
Octal37237734720110110144137
Binary11111010111111111110011110010010100100011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFFE7; }

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

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

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

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

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

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

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

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