Html Css Color HEX #F0DDDC Soft Peach

📋 copy color: '#F0DDDC'

red 240 ◦ green 221 ◦ blue 220

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

Shades of Soft Peach #F0DDDC

Tints of Soft Peach #F0DDDC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.45%

 BLUE value IS 220 (86.33% from 255) = 32.31%

R = 35.24%
G = 32.45%
B = 32.31%

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

#F0DDDC (or 0xF0DDDC) is known color: Soft Peach. HEX triplet: F0, DD and DC. RGB value is (240,221,220). Sum of RGB (Red+Green+Blue) = 240+221+220=681 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.24% from 681); Green value is 221 (86.72% from 255 or 32.45% from 681); Blue value is 220 (86.33% from 255 or 32.31% from 681); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DDDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DDDC is #0F2223. Grayscale: #E2E2E2. Windows color (decimal): -991780 or 14474736. OLE color: 14474736.

HSL color Cylindrical-coordinate representation of color #F0DDDC: hue angle of 3º degrees, saturation: 0.4, 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 #F0DDDC is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 221 220 -
CMYK 0 0.08 0.08 0.06
HSL 0.4% 0.9% -
HSV(B) 0.08% 0.94% -
XYZ 74.71 75.41 78.33 -
YUV 226.57 124.29 137.58 -
System Red Green Blue C M Y K H S L
Decimal 240 221 220 0 0.08 0.08 0.06 3 0.4 0.9
Hex F0 DD DC 0 8 8 6 3 28 5A
Octal 360 335 334 0 10 10 6 3 50 132
Binary 11110000 11011101 11011100 0 1000 1000 110 11 101000 1011010

Color Harmonies of #F0DDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DDDC

Black with #F0DDDC

Text Example


Text Example

White with #F0DDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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