#F4DFDF

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

Shades of Soft Peach #F4DFDF

Tints of Soft Peach #F4DFDF

Color information

#F4DFDF (or 0xF4DFDF) is unknown color: approx Soft Peach. HEX triplet: F4, DF and DF. RGB value is (244,223,223). Sum of RGB (Red+Green+Blue) = 244+223+223=690 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.36% from 690); Green value is 223 (87.5% from 255 or 32.32% from 690); Blue value is 223 (87.5% from 255 or 32.32% from 690); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DFDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DFDF is #0B2020. Grayscale: #E5E5E5. Windows color (decimal): -729121 or 14671860. OLE color: 14671860.

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

Color convert

RGB244223223-
CMYK00.090.090.04
HSL48.84%91.57%-
HSV(B)8.61%95.69%-
XYZ77.0277.3480.68-
YUV229.28124.46138.5-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.36%
GREEN value IS 223 (87.5% from 255) = 32.32%
BLUE value IS 223 (87.5% from 255) = 32.32%
R=35.36%
G=32.32%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24422322300.090.090.04048.8491.57
HexF4DFDF09940315c
Octal364337337011114061134
Binary11110100110111111101111101001100110001100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DFDF; }

 p { color: rgb(244,223,223); }

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

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

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

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

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

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

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