Html Css Color HEX #FBE0AA Peach-Yellow

📋 copy color: '#FBE0AA'

red 251 ◦ green 224 ◦ blue 170

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

Shades of Peach-Yellow #FBE0AA

Tints of Peach-Yellow #FBE0AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 26.36%

R = 38.91%
G = 34.73%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FBE0AA (or 0xFBE0AA) is known color: Peach-Yellow. HEX triplet: FB, E0 and AA. RGB value is (251,224,170). Sum of RGB (Red+Green+Blue) = 251+224+170=645 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.91% from 645); Green value is 224 (87.89% from 255 or 34.73% from 645); Blue value is 170 (66.80% from 255 or 26.36% from 645); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE0AA is #041F55. Grayscale: #E2E2E2. Windows color (decimal): -270166 or 11198715. OLE color: 11198715.

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

Color convert

RGB 251 224 170 -
CMYK 0 0.11 0.32 0.02
HSL 40º 0.91% 0.83% -
HSV(B) 40º 0.32% 0.98% -
XYZ 73.7 76.72 48.96 -
YUV 225.92 96.45 145.89 -
System Red Green Blue C M Y K H S L
Decimal 251 224 170 0 0.11 0.32 0.02 40 0.91 0.83
Hex FB E0 AA 0 B 20 2 28 5B 53
Octal 373 340 252 0 13 40 2 50 133 123
Binary 11111011 11100000 10101010 0 1011 100000 10 101000 1011011 1010011

Color Harmonies of #FBE0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE0AA

Black with #FBE0AA

Text Example


Text Example

White with #FBE0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE0AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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