#FBCDA2

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

Shades of Peach #FBCDA2

Tints of Peach #FBCDA2

Color information

#FBCDA2 (or 0xFBCDA2) is unknown color: approx Peach. HEX triplet: FB, CD and A2. RGB value is (251,205,162). Sum of RGB (Red+Green+Blue) = 251+205+162=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 205 (80.47% from 255 or 33.17% from 618); Blue value is 162 (63.67% from 255 or 26.21% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCDA2 is #04325D. Grayscale: #D6D6D6. Windows color (decimal): -275038 or 10669563. OLE color: 10669563.

HSL color Cylindrical-coordinate representation of color #FBCDA2: hue angle of 28.99º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBCDA2 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB251205162-
CMYK00.180.350.02
HSL28.99º91.75%80.98%-
HSV(B)28.99º35.46%98.43%-
XYZ68.1466.7843.48-
YUV213.8598.74154.5-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.61%
GREEN value IS 205 (80.47% from 255) = 33.17%
BLUE value IS 162 (63.67% from 255) = 26.21%
R=40.61%
G=33.17%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120516200.180.350.0228.9991.7580.98
HexFBCDA20122321d5c51
Octal37331524202243235134121
Binary111110111100110110100010010010100011101110110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCDA2; }

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

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

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

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

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

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

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

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