Html Css Color HEX #FBE0A0 Cape Honey

📋 copy color: '#FBE0A0'

red 251 ◦ green 224 ◦ blue 160

#FBE0A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cape Honey #FBE0A0

Tints of Cape Honey #FBE0A0

RGB

 RED value IS 251 (98.44% from 255) = 39.53%

 GREEN value IS 224 (87.89% from 255) = 35.28%

 BLUE value IS 160 (62.89% from 255) = 25.2%

R = 39.53%
G = 35.28%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#FBE0A0 (or 0xFBE0A0) is known color: Cape Honey. HEX triplet: FB, E0 and A0. RGB value is (251,224,160). Sum of RGB (Red+Green+Blue) = 251+224+160=635 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.53% from 635); Green value is 224 (87.89% from 255 or 35.28% from 635); Blue value is 160 (62.89% from 255 or 25.20% from 635); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE0A0 is #041F5F. Grayscale: #E1E1E1. Windows color (decimal): -270176 or 10543355. OLE color: 10543355.

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

Color convert

RGB 251 224 160 -
CMYK 0 0.11 0.36 0.02
HSL 42.2º 0.92% 0.81% -
HSV(B) 42.2º 0.36% 0.98% -
XYZ 72.78 76.36 44.16 -
YUV 224.78 91.45 146.7 -
System Red Green Blue C M Y K H S L
Decimal 251 224 160 0 0.11 0.36 0.02 42.2 0.92 0.81
Hex FB E0 A0 0 B 24 2 2A 5C 51
Octal 373 340 240 0 13 44 2 52 134 121
Binary 11111011 11100000 10100000 0 1011 100100 10 101010 1011100 1010001

Color Harmonies of #FBE0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE0A0

Black with #FBE0A0

Text Example


Text Example

White with #FBE0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE0A0; }

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

 H1.HeaderClassName
 {
   color: #FBE0A0;
 }
 .AnyTagClassName
 {
   color: #FBE0A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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