#FBCDA6

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

Shades of Peach #FBCDA6

Tints of Peach #FBCDA6

Color information

#FBCDA6 (or 0xFBCDA6) is unknown color: approx Peach. HEX triplet: FB, CD and A6. RGB value is (251,205,166). Sum of RGB (Red+Green+Blue) = 251+205+166=622 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.35% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 166 (65.23% from 255 or 26.69% from 622); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCDA6 is #043259. Grayscale: #D6D6D6. Windows color (decimal): -275034 or 10931707. OLE color: 10931707.

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

Color convert

RGB251205166-
CMYK00.180.340.02
HSL27.53º91.4%81.76%-
HSV(B)27.53º33.86%98.43%-
XYZ68.566.9345.38-
YUV214.31100.74154.17-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.35%
GREEN value IS 205 (80.47% from 255) = 32.96%
BLUE value IS 166 (65.23% from 255) = 26.69%
R=40.35%
G=32.96%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120516600.180.340.0227.5391.481.76
HexFBCDA60122221c5b52
Octal37331524602242234133122
Binary111110111100110110100110010010100010101110010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCDA6; }

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

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

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

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

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

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

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

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