Html Css Color HEX #F5DCDB Soft Peach

📋 copy color: '#F5DCDB'

red 245 ◦ green 220 ◦ blue 219

#F5DCDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Soft Peach #F5DCDB

Tints of Soft Peach #F5DCDB

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 value IS 0

 M value IS 0.10

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F5DCDB (or 0xF5DCDB) is known color: 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

RGB 245 220 219 -
CMYK 0 0.10 0.11 0.04
HSL 2.31º 0.57% 0.91% -
HSV(B) 2.31º 0.11% 0.96% -
XYZ 76.04 75.71 77.62 -
YUV 227.36 123.28 140.58 -
System Red Green Blue C M Y K H S L
Decimal 245 220 219 0 0.10 0.11 0.04 2.31 0.57 0.91
Hex F5 DC DB 0 A B 4 2 39 5B
Octal 365 334 333 0 12 13 4 2 71 133
Binary 11110101 11011100 11011011 0 1010 1011 100 10 111001 1011011

Color Harmonies of #F5DCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DCDB

Black with #F5DCDB

Text Example


Text Example

White with #F5DCDB

Text Example


Text Example

HTML Codes & Css Web 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>