#F5DCDB

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

Shades of Soft Peach #F5DCDB

Tints of Soft Peach #F5DCDB

Color information

#F5DCDB (or 0xF5DCDB) is unknown color: approx Soft Peach. HEX triplet: F5, DC and DB. RGB value is (245,220,219). Sum of RGB (Red+Green+Blue) = 245+220+219=684 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.82% from 684); Green value is 220 (86.33% from 255 or 32.16% from 684); Blue value is 219 (85.94% from 255 or 32.02% from 684); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DCDB is #0A2324. Grayscale: #E3E3E3. Windows color (decimal): -664357 or 14408949. OLE color: 14408949.

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

Color convert

RGB245220219-
CMYK00.100.110.04
HSL2.31º56.52%90.98%-
HSV(B)2.31º10.61%96.08%-
XYZ76.0475.7177.62-
YUV227.36123.28140.58-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.82%
GREEN value IS 220 (86.33% from 255) = 32.16%
BLUE value IS 219 (85.94% from 255) = 32.02%
R=35.82%
G=32.16%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522021900.100.110.042.3156.5290.98
HexF5DCDB0AB42395b
Octal365334333012134271133
Binary111101011101110011011011010101011100101110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DCDB; }

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

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

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

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

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

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

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

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