#FBE0A3

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

Shades of Cape Honey #FBE0A3

Tints of Cape Honey #FBE0A3

Color information

#FBE0A3 (or 0xFBE0A3) is unknown color: approx Cape Honey. HEX triplet: FB, E0 and A3. RGB value is (251,224,163). Sum of RGB (Red+Green+Blue) = 251+224+163=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 224 (87.89% from 255 or 35.11% from 638); Blue value is 163 (64.06% from 255 or 25.55% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE0A3 is #041F5C. Grayscale: #E1E1E1. Windows color (decimal): -270173 or 10739963. OLE color: 10739963.

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

Color convert

RGB251224163-
CMYK00.110.350.02
HSL41.59º91.67%81.18%-
HSV(B)41.59º35.06%98.43%-
XYZ73.0576.4645.56-
YUV225.1292.95146.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.34%
GREEN value IS 224 (87.89% from 255) = 35.11%
BLUE value IS 163 (64.06% from 255) = 25.55%
R=39.34%
G=35.11%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122416300.110.350.0241.5991.6781.18
HexFBE0A30B2322a5c51
Octal37334024301343252134121
Binary111110111110000010100011010111000111010101010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE0A3; }

 p { color: rgb(251,224,163); }

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

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

 a { background-color: rgb(251,224,163); }

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

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

 span { border-color: rgb(251,224,163); }

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