Html Css Color HEX #F0DEDD Soft Peach

📋 copy color: '#F0DEDD'

red 240 ◦ green 222 ◦ blue 221

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

Shades of Soft Peach #F0DEDD

Tints of Soft Peach #F0DEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 32.36%

R = 35.14%
G = 32.5%
B = 32.36%

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

#F0DEDD (or 0xF0DEDD) is known color: Soft Peach. HEX triplet: F0, DE and DD. RGB value is (240,222,221). Sum of RGB (Red+Green+Blue) = 240+222+221=683 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.14% from 683); Green value is 222 (87.11% from 255 or 32.50% from 683); Blue value is 221 (86.72% from 255 or 32.36% from 683); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DEDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DEDD is #0F2122. Grayscale: #E3E3E3. Windows color (decimal): -991523 or 14540528. OLE color: 14540528.

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

Color convert

RGB 240 222 221 -
CMYK 0 0.08 0.08 0.06
HSL 3.16º 0.39% 0.9% -
HSV(B) 3.16º 0.08% 0.94% -
XYZ 75.11 75.99 79.12 -
YUV 227.27 124.46 137.08 -
System Red Green Blue C M Y K H S L
Decimal 240 222 221 0 0.08 0.08 0.06 3.16 0.39 0.9
Hex F0 DE DD 0 8 8 6 3 27 5A
Octal 360 336 335 0 10 10 6 3 47 132
Binary 11110000 11011110 11011101 0 1000 1000 110 11 100111 1011010

Color Harmonies of #F0DEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DEDD

Black with #F0DEDD

Text Example


Text Example

White with #F0DEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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