#FBF1A5

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

Shades of Pale Prim #FBF1A5

Tints of Pale Prim #FBF1A5

Color information

#FBF1A5 (or 0xFBF1A5) is unknown color: approx Pale Prim. HEX triplet: FB, F1 and A5. RGB value is (251,241,165). Sum of RGB (Red+Green+Blue) = 251+241+165=657 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.20% from 657); Green value is 241 (94.53% from 255 or 36.68% from 657); Blue value is 165 (64.84% from 255 or 25.11% from 657); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF1A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBF1A5 is #040E5A. Grayscale: #EBEBEB. Windows color (decimal): -265819 or 10875387. OLE color: 10875387.

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

Color convert

RGB251241165-
CMYK00.040.340.02
HSL53.02º91.49%81.57%-
HSV(B)53.02º34.26%98.43%-
XYZ78.0386.1448.11-
YUV235.3388.31139.18-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.20%
GREEN value IS 241 (94.53% from 255) = 36.68%
BLUE value IS 165 (64.84% from 255) = 25.11%
R=38.20%
G=36.68%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25124116500.040.340.0253.0291.4981.57
HexFBF1A504222355b52
Octal3733612450442265133122
Binary11111011111100011010010101001000101011010110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBF1A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBF1A5; }

 p { color: rgb(251,241,165); }

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

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

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

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

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

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

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