#FBE1A4

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

Shades of Cape Honey #FBE1A4

Tints of Cape Honey #FBE1A4

Color information

#FBE1A4 (or 0xFBE1A4) is unknown color: approx Cape Honey. HEX triplet: FB, E1 and A4. RGB value is (251,225,164). Sum of RGB (Red+Green+Blue) = 251+225+164=640 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.22% from 640); Green value is 225 (88.28% from 255 or 35.16% from 640); Blue value is 164 (64.45% from 255 or 25.62% from 640); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE1A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE1A4 is #041E5B. Grayscale: #E2E2E2. Windows color (decimal): -269916 or 10805755. OLE color: 10805755.

HSL color Cylindrical-coordinate representation of color #FBE1A4: hue angle of 42.07º 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 #FBE1A4 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB251225164-
CMYK00.100.350.02
HSL42.07º91.58%81.37%-
HSV(B)42.07º34.66%98.43%-
XYZ73.4177.0446.12-
YUV225.8293.11145.96-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.22%
GREEN value IS 225 (88.28% from 255) = 35.16%
BLUE value IS 164 (64.45% from 255) = 25.62%
R=39.22%
G=35.16%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122516400.100.350.0242.0791.5881.37
HexFBE1A40A2322a5c51
Octal37334124401243252134121
Binary111110111110000110100100010101000111010101010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE1A4; }

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

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

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

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

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

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

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

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