#F2DEDE

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

Shades of Soft Peach #F2DEDE

Tints of Soft Peach #F2DEDE

Color information

#F2DEDE (or 0xF2DEDE) is unknown color: approx Soft Peach. HEX triplet: F2, DE and DE. RGB value is (242,222,222). Sum of RGB (Red+Green+Blue) = 242+222+222=686 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.28% from 686); Green value is 222 (87.11% from 255 or 32.36% from 686); Blue value is 222 (87.11% from 255 or 32.36% from 686); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DEDE is #0D2121. Grayscale: #E4E4E4. Windows color (decimal): -860450 or 14606066. OLE color: 14606066.

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

Color convert

RGB242222222-
CMYK00.080.080.05
HSL43.48%90.98%-
HSV(B)8.26%94.9%-
XYZ75.9276.3979.85-
YUV227.98124.63138-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.28%
GREEN value IS 222 (87.11% from 255) = 32.36%
BLUE value IS 222 (87.11% from 255) = 32.36%
R=35.28%
G=32.36%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222222200.080.080.05043.4890.98
HexF2DEDE088502b5b
Octal362336336010105053133
Binary11110010110111101101111001000100010101010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DEDE; }

 p { color: rgb(242,222,222); }

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

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

 a { background-color: rgb(242,222,222); }

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

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

 span { border-color: rgb(242,222,222); }

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