#FACDA2

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

Shades of Peach #FACDA2

Tints of Peach #FACDA2

Color information

#FACDA2 (or 0xFACDA2) is unknown color: approx Peach. HEX triplet: FA, CD and A2. RGB value is (250,205,162). Sum of RGB (Red+Green+Blue) = 250+205+162=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 162 (63.67% from 255 or 26.26% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FACDA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FACDA2 is #05325D. Grayscale: #D5D5D5. Windows color (decimal): -340574 or 10669562. OLE color: 10669562.

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

Color convert

RGB250205162-
CMYK00.180.350.02
HSL29.32º89.8%80.78%-
HSV(B)29.32º35.2%98.04%-
XYZ67.7866.643.46-
YUV213.5598.91154-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.52%
GREEN value IS 205 (80.47% from 255) = 33.23%
BLUE value IS 162 (63.67% from 255) = 26.26%
R=40.52%
G=33.23%
B=26.26%

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
Decimal25020516200.180.350.0229.3289.880.78
HexFACDA20122321d5a51
Octal37231524202243235132121
Binary111110101100110110100010010010100011101110110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACDA2; }

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

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

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

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

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

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

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

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