#F1DCDC

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

Shades of Soft Peach #F1DCDC

Tints of Soft Peach #F1DCDC

Color information

#F1DCDC (or 0xF1DCDC) is unknown color: approx Soft Peach. HEX triplet: F1, DC and DC. RGB value is (241,220,220). Sum of RGB (Red+Green+Blue) = 241+220+220=681 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.39% from 681); Green value is 220 (86.33% from 255 or 32.31% from 681); Blue value is 220 (86.33% from 255 or 32.31% from 681); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DCDC is #0E2323. Grayscale: #E2E2E2. Windows color (decimal): -926500 or 14474481. OLE color: 14474481.

HSL color Cylindrical-coordinate representation of color #F1DCDC: hue angle of 0º degrees, saturation: 0.43, 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 #F1DCDC is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB241220220-
CMYK00.090.090.05
HSL42.86%90.39%-
HSV(B)8.71%94.51%-
XYZ74.7975.0578.26-
YUV226.28124.46138.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.39%
GREEN value IS 220 (86.33% from 255) = 32.31%
BLUE value IS 220 (86.33% from 255) = 32.31%
R=35.39%
G=32.31%
B=32.31%

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
Decimal24122022000.090.090.05042.8690.39
HexF1DCDC099502b5a
Octal361334334011115053132
Binary11110001110111001101110001001100110101010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DCDC; }

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

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

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

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

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

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

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

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