Html Css Color HEX #F0DAD9 Soft Peach

📋 copy color: '#F0DAD9'

red 240 ◦ green 218 ◦ blue 217

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

Shades of Soft Peach #F0DAD9

Tints of Soft Peach #F0DAD9

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.3%

 BLUE value IS 217 (85.16% from 255) = 32.15%

R = 35.56%
G = 32.3%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.06

RGB Variations

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

Color information

#F0DAD9 (or 0xF0DAD9) is known color: Soft Peach. HEX triplet: F0, DA and D9. RGB value is (240,218,217). Sum of RGB (Red+Green+Blue) = 240+218+217=675 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.56% from 675); Green value is 218 (85.55% from 255 or 32.30% from 675); Blue value is 217 (85.16% from 255 or 32.15% from 675); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DAD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DAD9 is #0F2526. Grayscale: #E0E0E0. Windows color (decimal): -992551 or 14277360. OLE color: 14277360.

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

Color convert

RGB 240 218 217 -
CMYK 0 0.09 0.10 0.06
HSL 2.61º 0.43% 0.9% -
HSV(B) 2.61º 0.1% 0.94% -
XYZ 73.53 73.68 75.99 -
YUV 224.46 123.79 139.08 -
System Red Green Blue C M Y K H S L
Decimal 240 218 217 0 0.09 0.10 0.06 2.61 0.43 0.9
Hex F0 DA D9 0 9 A 6 3 2B 5A
Octal 360 332 331 0 11 12 6 3 53 132
Binary 11110000 11011010 11011001 0 1001 1010 110 11 101011 1011010

Color Harmonies of #F0DAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DAD9

Black with #F0DAD9

Text Example


Text Example

White with #F0DAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DAD9; }

 p { color: rgb(240,218,217); }

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

background-color css

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

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

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

border-color css

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

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

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