#F0DCDC

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

Shades of Soft Peach #F0DCDC

Tints of Soft Peach #F0DCDC

Color information

#F0DCDC (or 0xF0DCDC) is unknown color: approx Soft Peach. HEX triplet: F0, DC and DC. RGB value is (240,220,220). Sum of RGB (Red+Green+Blue) = 240+220+220=680 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.29% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 220 (86.33% from 255 or 32.35% from 680); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DCDC is #0F2323. Grayscale: #E1E1E1. Windows color (decimal): -992036 or 14474480. OLE color: 14474480.

HSL color Cylindrical-coordinate representation of color #F0DCDC: hue angle of 0º degrees, saturation: 0.4, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F0DCDC is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB240220220-
CMYK00.080.080.06
HSL40%90.2%-
HSV(B)8.33%94.12%-
XYZ74.4574.8878.24-
YUV225.98124.63138-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 35.29%
GREEN value IS 220 (86.33% from 255) = 32.35%
BLUE value IS 220 (86.33% from 255) = 32.35%
R=35.29%
G=32.35%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24022022000.080.080.0604090.2
HexF0DCDC08860285a
Octal360334334010106050132
Binary11110000110111001101110001000100011001010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0DCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0DCDC; }

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

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

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

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

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

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

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

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