Html Css Color HEX #FBC7A7 Peach

📋 copy color: '#FBC7A7'

red 251 ◦ green 199 ◦ blue 167

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

Shades of Peach #FBC7A7

Tints of Peach #FBC7A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 27.07%

R = 40.68%
G = 32.25%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#FBC7A7 (or 0xFBC7A7) is known color: Peach. HEX triplet: FB, C7 and A7. RGB value is (251,199,167). Sum of RGB (Red+Green+Blue) = 251+199+167=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 199 (78.12% from 255 or 32.25% from 617); Blue value is 167 (65.62% from 255 or 27.07% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBC7A7 is #043858. Grayscale: #D3D3D3. Windows color (decimal): -276569 or 10995707. OLE color: 10995707.

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

Color convert

RGB 251 199 167 -
CMYK 0 0.21 0.33 0.02
HSL 22.86º 0.91% 0.82% -
HSV(B) 22.86º 0.33% 0.98% -
XYZ 67.18 64.15 45.4 -
YUV 210.9 103.23 156.6 -
System Red Green Blue C M Y K H S L
Decimal 251 199 167 0 0.21 0.33 0.02 22.86 0.91 0.82
Hex FB C7 A7 0 15 21 2 17 5B 52
Octal 373 307 247 0 25 41 2 27 133 122
Binary 11111011 11000111 10100111 0 10101 100001 10 10111 1011011 1010010

Color Harmonies of #FBC7A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC7A7

Black with #FBC7A7

Text Example


Text Example

White with #FBC7A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC7A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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