#FAFEE5

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

Shades of Twilight Blue #FAFEE5

Tints of Twilight Blue #FAFEE5

Color information

#FAFEE5 (or 0xFAFEE5) is unknown color: approx Twilight Blue. HEX triplet: FA, FE and E5. RGB value is (250,254,229). Sum of RGB (Red+Green+Blue) = 250+254+229=733 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.11% from 733); Green value is 254 (99.61% from 255 or 34.65% from 733); Blue value is 229 (89.84% from 255 or 31.24% from 733); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFEE5 is #05011A. Grayscale: #FAFAFA. Windows color (decimal): -327963 or 15073018. OLE color: 15073018.

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

Color convert

RGB250254229-
CMYK0.0200.100.00
HSL69.6º92.59%94.71%-
HSV(B)69.6º9.84%99.61%-
XYZ89.0196.8688.13-
YUV249.95116.17128.03-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.11%
GREEN value IS 254 (99.61% from 255) = 34.65%
BLUE value IS 229 (89.84% from 255) = 31.24%
R=34.11%
G=34.65%
B=31.24%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2502542290.0200.100.0069.692.5994.71
HexFAFEE520A0465d5f
Octal37237634520120106135137
Binary11111010111111101110010110010100100011010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFEE5; }

 p { color: rgb(250,254,229); }

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

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

 a { background-color: rgb(250,254,229); }

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

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

 span { border-color: rgb(250,254,229); }

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