Html Css Color HEX #F0DCDC Soft Peach

📋 copy color: '#F0DCDC'

red 240 ◦ green 220 ◦ blue 220

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

Shades of Soft Peach #F0DCDC

Tints of Soft Peach #F0DCDC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.35%

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

R = 35.29%
G = 32.35%
B = 32.35%

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

#F0DCDC (or 0xF0DCDC) is known color: Soft Peach. HEX triplet: F0, DC and DC. RGB value is (240,220,220). Sum of RGB (Red+Green+Blue) = 240+220+220=680 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.29% from 680); Green value is 220 (86.33% from 255 or 32.35% from 680); Blue value is 220 (86.33% from 255 or 32.35% from 680); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DCDC is #0F2323. Grayscale: #E1E1E1. Windows color (decimal): -992036 or 14474480. OLE color: 14474480.

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

Color convert

RGB 240 220 220 -
CMYK 0 0.08 0.08 0.06
HSL 0.4% 0.9% -
HSV(B) 0.08% 0.94% -
XYZ 74.45 74.88 78.24 -
YUV 225.98 124.63 138 -
System Red Green Blue C M Y K H S L
Decimal 240 220 220 0 0.08 0.08 0.06 0 0.4 0.9
Hex F0 DC DC 0 8 8 6 0 28 5A
Octal 360 334 334 0 10 10 6 0 50 132
Binary 11110000 11011100 11011100 0 1000 1000 110 0 101000 1011010

Color Harmonies of #F0DCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DCDC

Black with #F0DCDC

Text Example


Text Example

White with #F0DCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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