Html Css Color HEX #FBE0B0 Peach-Yellow

📋 copy color: '#FBE0B0'

red 251 ◦ green 224 ◦ blue 176

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

Shades of Peach-Yellow #FBE0B0

Tints of Peach-Yellow #FBE0B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 27.04%

R = 38.56%
G = 34.41%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#FBE0B0 (or 0xFBE0B0) is known color: Peach-Yellow. HEX triplet: FB, E0 and B0. RGB value is (251,224,176). Sum of RGB (Red+Green+Blue) = 251+224+176=651 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.56% from 651); Green value is 224 (87.89% from 255 or 34.41% from 651); Blue value is 176 (69.14% from 255 or 27.04% from 651); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE0B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE0B0 is #041F4F. Grayscale: #E2E2E2. Windows color (decimal): -270160 or 11591931. OLE color: 11591931.

HSL color Cylindrical-coordinate representation of color #FBE0B0: hue angle of 38.4º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBE0B0 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 224 176 -
CMYK 0 0.11 0.30 0.02
HSL 38.4º 0.9% 0.84% -
HSV(B) 38.4º 0.3% 0.98% -
XYZ 74.28 76.96 52.01 -
YUV 226.6 99.45 145.4 -
System Red Green Blue C M Y K H S L
Decimal 251 224 176 0 0.11 0.30 0.02 38.4 0.9 0.84
Hex FB E0 B0 0 B 1E 2 26 5A 54
Octal 373 340 260 0 13 36 2 46 132 124
Binary 11111011 11100000 10110000 0 1011 11110 10 100110 1011010 1010100

Color Harmonies of #FBE0B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE0B0

Black with #FBE0B0

Text Example


Text Example

White with #FBE0B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE0B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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