#F4DDDC

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

Shades of Soft Peach #F4DDDC

Tints of Soft Peach #F4DDDC

Color information

#F4DDDC (or 0xF4DDDC) is unknown color: approx Soft Peach. HEX triplet: F4, DD and DC. RGB value is (244,221,220). Sum of RGB (Red+Green+Blue) = 244+221+220=685 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.62% from 685); Green value is 221 (86.72% from 255 or 32.26% from 685); Blue value is 220 (86.33% from 255 or 32.12% from 685); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DDDC is #0B2223. Grayscale: #E3E3E3. Windows color (decimal): -729636 or 14474740. OLE color: 14474740.

HSL color Cylindrical-coordinate representation of color #F4DDDC: hue angle of 2.5º degrees, saturation: 0.52, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F4DDDC is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB244221220-
CMYK00.090.100.04
HSL2.5º52.17%90.98%-
HSV(B)2.5º9.84%95.69%-
XYZ76.0876.1178.39-
YUV227.76123.62139.58-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.62%
GREEN value IS 221 (86.72% from 255) = 32.26%
BLUE value IS 220 (86.33% from 255) = 32.12%
R=35.62%
G=32.26%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422122000.090.100.042.552.1790.98
HexF4DDDC09A43345b
Octal364335334011124364133
Binary111101001101110111011100010011010100111101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DDDC; }

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

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

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

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

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

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

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

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