Html Css Color HEX #F0DEDE Soft Peach

📋 copy color: '#F0DEDE'

red 240 ◦ green 222 ◦ blue 222

#F0DEDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Soft Peach #F0DEDE

Tints of Soft Peach #F0DEDE

RGB

 RED value IS 240 (94.14% from 255) = 35.09%

 GREEN value IS 222 (87.11% from 255) = 32.46%

 BLUE value IS 222 (87.11% from 255) = 32.46%

R = 35.09%
G = 32.46%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0DEDE (or 0xF0DEDE) is known color: Soft Peach. HEX triplet: F0, DE and DE. RGB value is (240,222,222). Sum of RGB (Red+Green+Blue) = 240+222+222=684 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.09% from 684); Green value is 222 (87.11% from 255 or 32.46% from 684); Blue value is 222 (87.11% from 255 or 32.46% from 684); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DEDE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DEDE is #0F2121. Grayscale: #E3E3E3. Windows color (decimal): -991522 or 14606064. OLE color: 14606064.

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

Color convert

RGB 240 222 222 -
CMYK 0 0.08 0.08 0.06
HSL 0.38% 0.91% -
HSV(B) 0.07% 0.94% -
XYZ 75.24 76.04 79.82 -
YUV 227.38 124.96 137 -
System Red Green Blue C M Y K H S L
Decimal 240 222 222 0 0.08 0.08 0.06 0 0.38 0.91
Hex F0 DE DE 0 8 8 6 0 26 5B
Octal 360 336 336 0 10 10 6 0 46 133
Binary 11110000 11011110 11011110 0 1000 1000 110 0 100110 1011011

Color Harmonies of #F0DEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DEDE

Black with #F0DEDE

Text Example


Text Example

White with #F0DEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DEDE; }

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

 H1.HeaderClassName
 {
   color: #F0DEDE;
 }
 .AnyTagClassName
 {
   color: #F0DEDE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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