#FBCDA8

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

Shades of Peach #FBCDA8

Tints of Peach #FBCDA8

Color information

#FBCDA8 (or 0xFBCDA8) is unknown color: approx Peach. HEX triplet: FB, CD and A8. RGB value is (251,205,168). Sum of RGB (Red+Green+Blue) = 251+205+168=624 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.22% from 624); Green value is 205 (80.47% from 255 or 32.85% from 624); Blue value is 168 (66.02% from 255 or 26.92% from 624); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCDA8 is #043257. Grayscale: #D6D6D6. Windows color (decimal): -275032 or 11062779. OLE color: 11062779.

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

Color convert

RGB251205168-
CMYK00.180.330.02
HSL26.75º91.21%82.16%-
HSV(B)26.75º33.07%98.43%-
XYZ68.686746.36-
YUV214.54101.74154.01-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.22%
GREEN value IS 205 (80.47% from 255) = 32.85%
BLUE value IS 168 (66.02% from 255) = 26.92%
R=40.22%
G=32.85%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120516800.180.330.0226.7591.2182.16
HexFBCDA80122121b5b52
Octal37331525002241233133122
Binary111110111100110110101000010010100001101101110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCDA8; }

 p { color: rgb(251,205,168); }

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

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

 a { background-color: rgb(251,205,168); }

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

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

 span { border-color: rgb(251,205,168); }

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