#FBD7B7

Color #FBD7B7 Peach Puff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach Puff #FBD7B7

Tints of Peach Puff #FBD7B7

Color information

#FBD7B7 (or 0xFBD7B7) is unknown color: approx Peach Puff. HEX triplet: FB, D7 and B7. RGB value is (251,215,183). Sum of RGB (Red+Green+Blue) = 251+215+183=649 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.67% from 649); Green value is 215 (84.38% from 255 or 33.13% from 649); Blue value is 183 (71.88% from 255 or 28.20% from 649); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD7B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD7B7 is #042848. Grayscale: #DEDEDE. Windows color (decimal): -272457 or 12048379. OLE color: 12048379.

HSL color Cylindrical-coordinate representation of color #FBD7B7: hue angle of 28.24º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FBD7B7 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB251215183-
CMYK00.140.270.02
HSL28.24º89.47%85.1%-
HSV(B)28.24º27.09%98.43%-
XYZ72.6372.5354.97-
YUV222.12105.93148.6-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.67%
GREEN value IS 215 (84.38% from 255) = 33.13%
BLUE value IS 183 (71.88% from 255) = 28.20%
R=38.67%
G=33.13%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121518300.140.270.0228.2489.4785.1
HexFBD7B70E1B21c5955
Octal37332726701633234131125
Binary1111101111010111101101110111011011101110010110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD7B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD7B7; }

 p { color: rgb(251,215,183); }

 H1.HeaderClassName
 {
   color: #FBD7B7;
 }
 .AnyTagClassName
 {
   color: #FBD7B7;
 }
</style>
background-color css

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

 a { background-color: rgb(251,215,183); }

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

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

 span { border-color: rgb(251,215,183); }

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