Html Css Color HEX #FBC5AA Peach

📋 copy color: '#FBC5AA'

red 251 ◦ green 197 ◦ blue 170

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

Shades of Peach #FBC5AA

Tints of Peach #FBC5AA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 31.88%

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

R = 40.61%
G = 31.88%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FBC5AA (or 0xFBC5AA) is known color: Peach. HEX triplet: FB, C5 and AA. RGB value is (251,197,170). Sum of RGB (Red+Green+Blue) = 251+197+170=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 197 (77.34% from 255 or 31.88% from 618); Blue value is 170 (66.80% from 255 or 27.51% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC5AA is #043A55. Grayscale: #D2D2D2. Windows color (decimal): -277078 or 11191803. OLE color: 11191803.

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

Color convert

RGB 251 197 170 -
CMYK 0 0.22 0.32 0.02
HSL 20º 0.91% 0.83% -
HSV(B) 20º 0.32% 0.98% -
XYZ 67.01 63.34 46.73 -
YUV 210.07 105.39 157.2 -
System Red Green Blue C M Y K H S L
Decimal 251 197 170 0 0.22 0.32 0.02 20 0.91 0.83
Hex FB C5 AA 0 16 20 2 14 5B 53
Octal 373 305 252 0 26 40 2 24 133 123
Binary 11111011 11000101 10101010 0 10110 100000 10 10100 1011011 1010011

Color Harmonies of #FBC5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC5AA

Black with #FBC5AA

Text Example


Text Example

White with #FBC5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC5AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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