#F1D8D8

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

Shades of Soft Peach #F1D8D8

Tints of Soft Peach #F1D8D8

Color information

#F1D8D8 (or 0xF1D8D8) is unknown color: approx Soft Peach. HEX triplet: F1, D8 and D8. RGB value is (241,216,216). Sum of RGB (Red+Green+Blue) = 241+216+216=673 (89% of max value = 765). Red value is 241 (94.53% from 255 or 35.81% from 673); Green value is 216 (84.77% from 255 or 32.10% from 673); Blue value is 216 (84.77% from 255 or 32.10% from 673); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D8D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D8D8 is #0E2727. Grayscale: #DFDFDF. Windows color (decimal): -927528 or 14211313. OLE color: 14211313.

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

Color convert

RGB241216216-
CMYK00.100.100.05
HSL47.17%89.61%-
HSV(B)10.37%94.51%-
XYZ73.2372.7775.15-
YUV223.48123.78140.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.81%
GREEN value IS 216 (84.77% from 255) = 32.10%
BLUE value IS 216 (84.77% from 255) = 32.10%
R=35.81%
G=32.10%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24121621600.100.100.05047.1789.61
HexF1D8D80AA502f5a
Octal361330330012125057132
Binary11110001110110001101100001010101010101011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1D8D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1D8D8; }

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

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

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

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

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

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

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

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