Html Css Color HEX #FBC5A5 Peach

📋 copy color: '#FBC5A5'

red 251 ◦ green 197 ◦ blue 165

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

Shades of Peach #FBC5A5

Tints of Peach #FBC5A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 26.92%

R = 40.95%
G = 32.14%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#FBC5A5 (or 0xFBC5A5) is known color: Peach. HEX triplet: FB, C5 and A5. RGB value is (251,197,165). Sum of RGB (Red+Green+Blue) = 251+197+165=613 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.95% from 613); Green value is 197 (77.34% from 255 or 32.14% from 613); Blue value is 165 (64.84% from 255 or 26.92% from 613); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC5A5 is #043A5A. Grayscale: #D1D1D1. Windows color (decimal): -277083 or 10864123. OLE color: 10864123.

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

Color convert

RGB 251 197 165 -
CMYK 0 0.22 0.34 0.02
HSL 22.33º 0.91% 0.82% -
HSV(B) 22.33º 0.34% 0.98% -
XYZ 66.54 63.16 44.28 -
YUV 209.5 102.89 157.6 -
System Red Green Blue C M Y K H S L
Decimal 251 197 165 0 0.22 0.34 0.02 22.33 0.91 0.82
Hex FB C5 A5 0 16 22 2 16 5B 52
Octal 373 305 245 0 26 42 2 26 133 122
Binary 11111011 11000101 10100101 0 10110 100010 10 10110 1011011 1010010

Color Harmonies of #FBC5A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC5A5

Black with #FBC5A5

Text Example


Text Example

White with #FBC5A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC5A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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