#FBFAA2

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

Shades of Pale Prim #FBFAA2

Tints of Pale Prim #FBFAA2

Color information

#FBFAA2 (or 0xFBFAA2) is unknown color: approx Pale Prim. HEX triplet: FB, FA and A2. RGB value is (251,250,162). Sum of RGB (Red+Green+Blue) = 251+250+162=663 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.86% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 162 (63.67% from 255 or 24.43% from 663); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFAA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFAA2 is #04055D. Grayscale: #F0F0F0. Windows color (decimal): -263518 or 10681083. OLE color: 10681083.

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

Color convert

RGB251250162-
CMYK00.000.350.02
HSL59.33º91.75%80.98%-
HSV(B)59.33º35.46%98.43%-
XYZ80.4991.4947.6-
YUV240.2783.83135.66-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.86%
GREEN value IS 250 (98.05% from 255) = 37.71%
BLUE value IS 162 (63.67% from 255) = 24.43%
R=37.86%
G=37.71%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25125016200.000.350.0259.3391.7580.98
HexFBFAA2002323b5c51
Octal3733722420043273134121
Binary111110111111101010100010001000111011101110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFAA2; }

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

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

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

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

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

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

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

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