#FAFFF0

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

Shades of Twilight Blue #FAFFF0

Tints of Twilight Blue #FAFFF0

Color information

#FAFFF0 (or 0xFAFFF0) is unknown color: approx Twilight Blue. HEX triplet: FA, FF and F0. RGB value is (250,255,240). Sum of RGB (Red+Green+Blue) = 250+255+240=745 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.56% from 745); Green value is 255 (100% from 255 or 34.23% from 745); Blue value is 240 (94.14% from 255 or 32.21% from 745); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFFF0 is #05000F. Grayscale: #FBFBFB. Windows color (decimal): -327696 or 15794170. OLE color: 15794170.

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

Color convert

RGB250255240-
CMYK0.0200.060
HSL80º100%97.06%-
HSV(B)80º5.88%100%-
XYZ90.9198.1496.59-
YUV251.8121.34126.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.56%
GREEN value IS 255 (100% from 255) = 34.23%
BLUE value IS 240 (94.14% from 255) = 32.21%
R=33.56%
G=34.23%
B=32.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502552400.0200.0608010097.06
HexFAFFF02060506461
Octal3723773602060120144141
Binary1111101011111111111100001001100101000011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFFF0; }

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

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

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

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

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

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

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

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