#FAFBF8

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

Shades of Twilight Blue #FAFBF8

Tints of Twilight Blue #FAFBF8

Color information

#FAFBF8 (or 0xFAFBF8) is unknown color: approx Twilight Blue. HEX triplet: FA, FB and F8. RGB value is (250,251,248). Sum of RGB (Red+Green+Blue) = 250+251+248=749 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.38% from 749); Green value is 251 (98.44% from 255 or 33.51% from 749); Blue value is 248 (97.27% from 255 or 33.11% from 749); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFBF8 is #050407. Grayscale: #FAFAFA. Windows color (decimal): -328712 or 16317434. OLE color: 16317434.

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

Color convert

RGB250251248-
CMYK0.0000.010.02
HSL80º27.27%97.84%-
HSV(B)80º1.2%98.43%-
XYZ90.8696.1102.57-
YUV250.36126.67127.74-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.38%
GREEN value IS 251 (98.44% from 255) = 33.51%
BLUE value IS 248 (97.27% from 255) = 33.11%
R=33.38%
G=33.51%
B=33.11%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502512480.0000.010.028027.2797.84
HexFAFBF80012501b62
Octal372373370001212033142
Binary111110101111101111111000001101010000110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFBF8; }

 p { color: rgb(250,251,248); }

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

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

 a { background-color: rgb(250,251,248); }

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

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

 span { border-color: rgb(250,251,248); }

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