Html Css Color HEX #FBE2AB Peach-Yellow

📋 copy color: '#FBE2AB'

red 251 ◦ green 226 ◦ blue 171

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

Shades of Peach-Yellow #FBE2AB

Tints of Peach-Yellow #FBE2AB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.88%

 BLUE value IS 171 (67.19% from 255) = 26.39%

R = 38.73%
G = 34.88%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FBE2AB (or 0xFBE2AB) is known color: Peach-Yellow. HEX triplet: FB, E2 and AB. RGB value is (251,226,171). Sum of RGB (Red+Green+Blue) = 251+226+171=648 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.73% from 648); Green value is 226 (88.67% from 255 or 34.88% from 648); Blue value is 171 (67.19% from 255 or 26.39% from 648); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE2AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE2AB is #041D54. Grayscale: #E3E3E3. Windows color (decimal): -269653 or 11264763. OLE color: 11264763.

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

Color convert

RGB 251 226 171 -
CMYK 0 0.10 0.32 0.02
HSL 41.25º 0.91% 0.83% -
HSV(B) 41.25º 0.32% 0.98% -
XYZ 74.33 77.84 49.64 -
YUV 227.21 96.28 144.97 -
System Red Green Blue C M Y K H S L
Decimal 251 226 171 0 0.10 0.32 0.02 41.25 0.91 0.83
Hex FB E2 AB 0 A 20 2 29 5B 53
Octal 373 342 253 0 12 40 2 51 133 123
Binary 11111011 11100010 10101011 0 1010 100000 10 101001 1011011 1010011

Color Harmonies of #FBE2AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE2AB

Black with #FBE2AB

Text Example


Text Example

White with #FBE2AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE2AB; }

 p { color: rgb(251,226,171); }

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

background-color css

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

 a { background-color: rgb(251,226,171); }

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

border-color css

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

 span { border-color: rgb(251,226,171); }

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