#FFFBA2

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

Shades of Pale Prim #FFFBA2

Tints of Pale Prim #FFFBA2

Color information

#FFFBA2 (or 0xFFFBA2) is unknown color: approx Pale Prim. HEX triplet: FF, FB and A2. RGB value is (255,251,162). Sum of RGB (Red+Green+Blue) = 255+251+162=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 251 (98.44% from 255 or 37.57% from 668); Blue value is 162 (63.67% from 255 or 24.25% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFBA2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFFBA2 is #00045D. Grayscale: #F2F2F2. Windows color (decimal): -1118 or 10681343. OLE color: 10681343.

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

Color convert

RGB255251162-
CMYK00.020.360
HSL57.42º100%81.76%-
HSV(B)57.42º36.47%100%-
XYZ82.2692.8647.77-
YUV242.0582.83137.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.17%
GREEN value IS 251 (98.44% from 255) = 37.57%
BLUE value IS 162 (63.67% from 255) = 24.25%
R=38.17%
G=37.57%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25525116200.020.36057.4210081.76
HexFFFBA202240396452
Octal3773732420244071144122
Binary111111111111101110100010010100100011100111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFBA2; }

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

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

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

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

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

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

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

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