Html Css Color HEX #FBE1AE Peach-Yellow

📋 copy color: '#FBE1AE'

red 251 ◦ green 225 ◦ blue 174

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

Shades of Peach-Yellow #FBE1AE

Tints of Peach-Yellow #FBE1AE

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.62%

 BLUE value IS 174 (68.36% from 255) = 26.77%

R = 38.62%
G = 34.62%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FBE1AE (or 0xFBE1AE) is known color: Peach-Yellow. HEX triplet: FB, E1 and AE. RGB value is (251,225,174). Sum of RGB (Red+Green+Blue) = 251+225+174=650 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.62% from 650); Green value is 225 (88.28% from 255 or 34.62% from 650); Blue value is 174 (68.36% from 255 or 26.77% from 650); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE1AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE1AE is #041E51. Grayscale: #E3E3E3. Windows color (decimal): -269906 or 11461115. OLE color: 11461115.

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

Color convert

RGB 251 225 174 -
CMYK 0 0.10 0.31 0.02
HSL 39.74º 0.91% 0.83% -
HSV(B) 39.74º 0.31% 0.98% -
XYZ 74.35 77.42 51.07 -
YUV 226.96 98.11 145.15 -
System Red Green Blue C M Y K H S L
Decimal 251 225 174 0 0.10 0.31 0.02 39.74 0.91 0.83
Hex FB E1 AE 0 A 1F 2 28 5B 53
Octal 373 341 256 0 12 37 2 50 133 123
Binary 11111011 11100001 10101110 0 1010 11111 10 101000 1011011 1010011

Color Harmonies of #FBE1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE1AE

Black with #FBE1AE

Text Example


Text Example

White with #FBE1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE1AE; }

 p { color: rgb(251,225,174); }

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

background-color css

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

 a { background-color: rgb(251,225,174); }

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

border-color css

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

 span { border-color: rgb(251,225,174); }

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