#FBE1A9

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

Shades of Cape Honey #FBE1A9

Tints of Cape Honey #FBE1A9

Color information

#FBE1A9 (or 0xFBE1A9) is unknown color: approx Cape Honey. HEX triplet: FB, E1 and A9. RGB value is (251,225,169). Sum of RGB (Red+Green+Blue) = 251+225+169=645 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.91% from 645); Green value is 225 (88.28% from 255 or 34.88% from 645); Blue value is 169 (66.41% from 255 or 26.20% from 645); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE1A9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE1A9 is #041E56. Grayscale: #E2E2E2. Windows color (decimal): -269911 or 11133435. OLE color: 11133435.

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

Color convert

RGB251225169-
CMYK00.100.330.02
HSL40.98º91.11%82.35%-
HSV(B)40.98º32.67%98.43%-
XYZ73.8777.2248.55-
YUV226.3995.61145.55-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.91%
GREEN value IS 225 (88.28% from 255) = 34.88%
BLUE value IS 169 (66.41% from 255) = 26.20%
R=38.91%
G=34.88%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122516900.100.330.0240.9891.1182.35
HexFBE1A90A212295b52
Octal37334125101241251133122
Binary111110111110000110101001010101000011010100110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE1A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE1A9; }

 p { color: rgb(251,225,169); }

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

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

 a { background-color: rgb(251,225,169); }

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

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

 span { border-color: rgb(251,225,169); }

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