Html Css Color HEX #FBC7AA Peach

📋 copy color: '#FBC7AA'

red 251 ◦ green 199 ◦ blue 170

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

Shades of Peach #FBC7AA

Tints of Peach #FBC7AA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.1%

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

R = 40.48%
G = 32.1%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#FBC7AA (or 0xFBC7AA) is known color: Peach. HEX triplet: FB, C7 and AA. RGB value is (251,199,170). Sum of RGB (Red+Green+Blue) = 251+199+170=620 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.48% from 620); Green value is 199 (78.12% from 255 or 32.10% from 620); Blue value is 170 (66.80% from 255 or 27.42% from 620); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC7AA is #043855. Grayscale: #D3D3D3. Windows color (decimal): -276566 or 11192315. OLE color: 11192315.

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

Color convert

RGB 251 199 170 -
CMYK 0 0.21 0.32 0.02
HSL 21.48º 0.91% 0.83% -
HSV(B) 21.48º 0.32% 0.98% -
XYZ 67.46 64.26 46.88 -
YUV 211.24 104.73 156.36 -
System Red Green Blue C M Y K H S L
Decimal 251 199 170 0 0.21 0.32 0.02 21.48 0.91 0.83
Hex FB C7 AA 0 15 20 2 15 5B 53
Octal 373 307 252 0 25 40 2 25 133 123
Binary 11111011 11000111 10101010 0 10101 100000 10 10101 1011011 1010011

Color Harmonies of #FBC7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC7AA

Black with #FBC7AA

Text Example


Text Example

White with #FBC7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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