#FBCCA2

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

Shades of Peach #FBCCA2

Tints of Peach #FBCCA2

Color information

#FBCCA2 (or 0xFBCCA2) is unknown color: approx Peach. HEX triplet: FB, CC and A2. RGB value is (251,204,162). Sum of RGB (Red+Green+Blue) = 251+204+162=617 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.68% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 162 (63.67% from 255 or 26.26% from 617); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBCCA2 is #04335D. Grayscale: #D5D5D5. Windows color (decimal): -275294 or 10669307. OLE color: 10669307.

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

Color convert

RGB251204162-
CMYK00.190.350.02
HSL28.31º91.75%80.98%-
HSV(B)28.31º35.46%98.43%-
XYZ67.966.343.4-
YUV213.2699.07154.92-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.68%
GREEN value IS 204 (80.08% from 255) = 33.06%
BLUE value IS 162 (63.67% from 255) = 26.26%
R=40.68%
G=33.06%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120416200.190.350.0228.3191.7580.98
HexFBCCA20132321c5c51
Octal37331424202343234134121
Binary111110111100110010100010010011100011101110010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCCA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCCA2; }

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

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

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

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

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

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

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

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