#F1DCDB

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

Shades of Soft Peach #F1DCDB

Tints of Soft Peach #F1DCDB

Color information

#F1DCDB (or 0xF1DCDB) is unknown color: approx Soft Peach. HEX triplet: F1, DC and DB. RGB value is (241,220,219). Sum of RGB (Red+Green+Blue) = 241+220+219=680 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.44% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 219 (85.94% from 255 or 32.21% from 680); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DCDB is #0E2324. Grayscale: #E2E2E2. Windows color (decimal): -926501 or 14408945. OLE color: 14408945.

HSL color Cylindrical-coordinate representation of color #F1DCDB: hue angle of 2.73º degrees, saturation: 0.44, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F1DCDB is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB241220219-
CMYK00.090.090.05
HSL2.73º44%90.2%-
HSV(B)2.73º9.13%94.51%-
XYZ74.667577.56-
YUV226.16123.96138.58-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.44%
GREEN value IS 220 (86.33% from 255) = 32.35%
BLUE value IS 219 (85.94% from 255) = 32.21%
R=35.44%
G=32.35%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122021900.090.090.052.734490.2
HexF1DCDB099532c5a
Octal361334333011115354132
Binary111100011101110011011011010011001101111011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DCDB; }

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

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

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

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

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

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

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

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