#F5FAE0

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

Shades of Twilight Blue #F5FAE0

Tints of Twilight Blue #F5FAE0

Color information

#F5FAE0 (or 0xF5FAE0) is unknown color: approx Twilight Blue. HEX triplet: F5, FA and E0. RGB value is (245,250,224). Sum of RGB (Red+Green+Blue) = 245+250+224=719 (95% of max value = 765). Red value is 245 (96.09% from 255 or 34.08% from 719); Green value is 250 (98.05% from 255 or 34.77% from 719); Blue value is 224 (87.89% from 255 or 31.15% from 719); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FAE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FAE0 is #0A051F. Grayscale: #F5F5F5. Windows color (decimal): -656672 or 14744309. OLE color: 14744309.

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

Color convert

RGB245250224-
CMYK0.0200.100.02
HSL71.54º72.22%92.94%-
HSV(B)71.54º10.4%98.04%-
XYZ85.393.1784.01-
YUV245.54115.84127.61-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.08%
GREEN value IS 250 (98.05% from 255) = 34.77%
BLUE value IS 224 (87.89% from 255) = 31.15%
R=34.08%
G=34.77%
B=31.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452502240.0200.100.0271.5472.2292.94
HexF5FAE020A248485d
Octal36537234020122110110135
Binary111101011111101011100000100101010100100010010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FAE0; }

 p { color: rgb(245,250,224); }

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

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

 a { background-color: rgb(245,250,224); }

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

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

 span { border-color: rgb(245,250,224); }

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