#FAF1FA

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

Shades of Selago #FAF1FA

Tints of Selago #FAF1FA

Color information

#FAF1FA (or 0xFAF1FA) is unknown color: approx Selago. HEX triplet: FA, F1 and FA. RGB value is (250,241,250). Sum of RGB (Red+Green+Blue) = 250+241+250=741 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.74% from 741); Green value is 241 (94.53% from 255 or 32.52% from 741); Blue value is 250 (98.05% from 255 or 33.74% from 741); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAF1FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF1FA is #050E05. Grayscale: #F4F4F4. Windows color (decimal): -331270 or 16445946. OLE color: 16445946.

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

Color convert

RGB250241250-
CMYK00.0400.02
HSL300º47.37%96.27%-
HSV(B)300º3.6%98.04%-
XYZ88.1390.14103.2-
YUV244.72130.98131.77-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.74%
GREEN value IS 241 (94.53% from 255) = 32.52%
BLUE value IS 250 (98.05% from 255) = 33.74%
R=33.74%
G=32.52%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024125000.0400.0230047.3796.27
HexFAF1FA040212c2f60
Octal372361372040245457140
Binary11111010111100011111101001000101001011001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF1FA; }

 p { color: rgb(250,241,250); }

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

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

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

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

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

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

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