Html Css Color HEX #F0DFDD Soft Peach

📋 copy color: '#F0DFDD'

red 240 ◦ green 223 ◦ blue 221

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

Shades of Soft Peach #F0DFDD

Tints of Soft Peach #F0DFDD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.6%

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

R = 35.09%
G = 32.6%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#F0DFDD (or 0xF0DFDD) is known color: Soft Peach. HEX triplet: F0, DF and DD. RGB value is (240,223,221). Sum of RGB (Red+Green+Blue) = 240+223+221=684 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.09% from 684); Green value is 223 (87.5% from 255 or 32.60% from 684); Blue value is 221 (86.72% from 255 or 32.31% from 684); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DFDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DFDD is #0F2022. Grayscale: #E3E3E3. Windows color (decimal): -991267 or 14540784. OLE color: 14540784.

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

Color convert

RGB 240 223 221 -
CMYK 0 0.07 0.08 0.06
HSL 6.32º 0.39% 0.9% -
HSV(B) 6.32º 0.08% 0.94% -
XYZ 75.37 76.52 79.2 -
YUV 227.86 124.13 136.66 -
System Red Green Blue C M Y K H S L
Decimal 240 223 221 0 0.07 0.08 0.06 6.32 0.39 0.9
Hex F0 DF DD 0 7 8 6 6 27 5A
Octal 360 337 335 0 7 10 6 6 47 132
Binary 11110000 11011111 11011101 0 111 1000 110 110 100111 1011010

Color Harmonies of #F0DFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DFDD

Black with #F0DFDD

Text Example


Text Example

White with #F0DFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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