#F5DCDC

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

Shades of Soft Peach #F5DCDC

Tints of Soft Peach #F5DCDC

Color information

#F5DCDC (or 0xF5DCDC) is unknown color: approx Soft Peach. HEX triplet: F5, DC and DC. RGB value is (245,220,220). Sum of RGB (Red+Green+Blue) = 245+220+220=685 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.77% from 685); Green value is 220 (86.33% from 255 or 32.12% from 685); Blue value is 220 (86.33% from 255 or 32.12% from 685); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DCDC is #0A2323. Grayscale: #E3E3E3. Windows color (decimal): -664356 or 14474485. OLE color: 14474485.

HSL color Cylindrical-coordinate representation of color #F5DCDC: hue angle of 0º degrees, saturation: 0.56, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F5DCDC is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB245220220-
CMYK00.100.100.04
HSL55.56%91.18%-
HSV(B)10.2%96.08%-
XYZ76.1775.7778.32-
YUV227.48123.78140.5-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.77%
GREEN value IS 220 (86.33% from 255) = 32.12%
BLUE value IS 220 (86.33% from 255) = 32.12%
R=35.77%
G=32.12%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522022000.100.100.04055.5691.18
HexF5DCDC0AA40385b
Octal365334334012124070133
Binary11110101110111001101110001010101010001110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DCDC; }

 p { color: rgb(245,220,220); }

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

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

 a { background-color: rgb(245,220,220); }

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

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

 span { border-color: rgb(245,220,220); }

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