#F4DAD9

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

Shades of Soft Peach #F4DAD9

Tints of Soft Peach #F4DAD9

Color information

#F4DAD9 (or 0xF4DAD9) is unknown color: approx Soft Peach. HEX triplet: F4, DA and D9. RGB value is (244,218,217). Sum of RGB (Red+Green+Blue) = 244+218+217=679 (89% of max value = 765). Red value is 244 (95.70% from 255 or 35.94% from 679); Green value is 218 (85.55% from 255 or 32.11% from 679); Blue value is 217 (85.16% from 255 or 31.96% from 679); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DAD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DAD9 is #0B2526. Grayscale: #E1E1E1. Windows color (decimal): -730407 or 14277364. OLE color: 14277364.

HSL color Cylindrical-coordinate representation of color #F4DAD9: hue angle of 2.22º degrees, saturation: 0.55, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F4DAD9 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB244218217-
CMYK00.110.110.04
HSL2.22º55.1%90.39%-
HSV(B)2.22º11.07%95.69%-
XYZ74.974.3976.06-
YUV225.66123.11141.08-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.94%
GREEN value IS 218 (85.55% from 255) = 32.11%
BLUE value IS 217 (85.16% from 255) = 31.96%
R=35.94%
G=32.11%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24421821700.110.110.042.2255.190.39
HexF4DAD90BB42375a
Octal364332331013134267132
Binary111101001101101011011001010111011100101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DAD9; }

 p { color: rgb(244,218,217); }

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

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

 a { background-color: rgb(244,218,217); }

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

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

 span { border-color: rgb(244,218,217); }

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