#F1DDDC

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

Shades of Soft Peach #F1DDDC

Tints of Soft Peach #F1DDDC

Color information

#F1DDDC (or 0xF1DDDC) is unknown color: approx Soft Peach. HEX triplet: F1, DD and DC. RGB value is (241,221,220). Sum of RGB (Red+Green+Blue) = 241+221+220=682 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.34% from 682); Green value is 221 (86.72% from 255 or 32.40% from 682); Blue value is 220 (86.33% from 255 or 32.26% from 682); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DDDC is #0E2223. Grayscale: #E2E2E2. Windows color (decimal): -926244 or 14474737. OLE color: 14474737.

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

Color convert

RGB241221220-
CMYK00.080.090.05
HSL2.86º42.86%90.39%-
HSV(B)2.86º8.71%94.51%-
XYZ75.0575.5878.34-
YUV226.87124.13138.08-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.34%
GREEN value IS 221 (86.72% from 255) = 32.40%
BLUE value IS 220 (86.33% from 255) = 32.26%
R=35.34%
G=32.40%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122122000.080.090.052.8642.8690.39
HexF1DDDC089532b5a
Octal361335334010115353132
Binary111100011101110111011100010001001101111010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1DDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1DDDC; }

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

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

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

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

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

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

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

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