#FAF2FA

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

Shades of Selago #FAF2FA

Tints of Selago #FAF2FA

Color information

#FAF2FA (or 0xFAF2FA) is unknown color: approx Selago. HEX triplet: FA, F2 and FA. RGB value is (250,242,250). Sum of RGB (Red+Green+Blue) = 250+242+250=742 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.69% from 742); Green value is 242 (94.92% from 255 or 32.61% from 742); Blue value is 250 (98.05% from 255 or 33.69% from 742); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAF2FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF2FA is #050D05. Grayscale: #F5F5F5. Windows color (decimal): -331014 or 16446202. OLE color: 16446202.

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

Color convert

RGB250242250-
CMYK00.0300.02
HSL300º44.44%96.47%-
HSV(B)300º3.2%98.04%-
XYZ88.4390.73103.29-
YUV245.3130.65131.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.69%
GREEN value IS 242 (94.92% from 255) = 32.61%
BLUE value IS 250 (98.05% from 255) = 33.69%
R=33.69%
G=32.61%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024225000.0300.0230044.4496.47
HexFAF2FA030212c2c60
Octal372362372030245454140
Binary1111101011110010111110100110101001011001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF2FA; }

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

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

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

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

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

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

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

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