#FBCCA0

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

Shades of Peach #FBCCA0

Tints of Peach #FBCCA0

Color information

#FBCCA0 (or 0xFBCCA0) is unknown color: approx Peach. HEX triplet: FB, CC and A0. RGB value is (251,204,160). Sum of RGB (Red+Green+Blue) = 251+204+160=615 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.81% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 160 (62.89% from 255 or 26.02% from 615); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCCA0 is #04335F. Grayscale: #D5D5D5. Windows color (decimal): -275296 or 10538235. OLE color: 10538235.

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

Color convert

RGB251204160-
CMYK00.190.360.02
HSL29.01º91.92%80.59%-
HSV(B)29.01º36.25%98.43%-
XYZ67.7266.2342.47-
YUV213.0498.07155.08-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.81%
GREEN value IS 204 (80.08% from 255) = 33.17%
BLUE value IS 160 (62.89% from 255) = 26.02%
R=40.81%
G=33.17%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120416000.190.360.0229.0191.9280.59
HexFBCCA00132421d5c51
Octal37331424002344235134121
Binary111110111100110010100000010011100100101110110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCCA0; }

 p { color: rgb(251,204,160); }

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

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

 a { background-color: rgb(251,204,160); }

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

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

 span { border-color: rgb(251,204,160); }

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