#FAFBA0

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

Shades of Pale Prim #FAFBA0

Tints of Pale Prim #FAFBA0

Color information

#FAFBA0 (or 0xFAFBA0) is unknown color: approx Pale Prim. HEX triplet: FA, FB and A0. RGB value is (250,251,160). Sum of RGB (Red+Green+Blue) = 250+251+160=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 251 (98.44% from 255 or 37.97% from 661); Blue value is 160 (62.89% from 255 or 24.21% from 661); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFBA0 is #05045F. Grayscale: #F0F0F0. Windows color (decimal): -328800 or 10550266. OLE color: 10550266.

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

Color convert

RGB250251160-
CMYK0.0000.360.02
HSL60.66º91.92%80.59%-
HSV(B)60.66º36.25%98.43%-
XYZ80.2791.8646.76-
YUV240.3382.67134.9-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.82%
GREEN value IS 251 (98.44% from 255) = 37.97%
BLUE value IS 160 (62.89% from 255) = 24.21%
R=37.82%
G=37.97%
B=24.21%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502511600.0000.360.0260.6691.9280.59
HexFAFBA0002423d5c51
Octal3723732400044275134121
Binary111110101111101110100000001001001011110110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFBA0; }

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

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

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

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

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

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

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

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