Html Css Color HEX #F0DACD Pot Pourri

📋 copy color: '#F0DACD'

red 240 ◦ green 218 ◦ blue 205

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

Shades of Pot Pourri #F0DACD

Tints of Pot Pourri #F0DACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 30.92%

R = 36.2%
G = 32.88%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0DACD (or 0xF0DACD) is known color: Pot Pourri. HEX triplet: F0, DA and CD. RGB value is (240,218,205). Sum of RGB (Red+Green+Blue) = 240+218+205=663 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.20% from 663); Green value is 218 (85.55% from 255 or 32.88% from 663); Blue value is 205 (80.47% from 255 or 30.92% from 663); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0DACD is #0F2532. Grayscale: #DFDFDF. Windows color (decimal): -992563 or 13490928. OLE color: 13490928.

HSL color Cylindrical-coordinate representation of color #F0DACD: hue angle of 22.29º degrees, saturation: 0.54, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F0DACD is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 218 205 -
CMYK 0 0.09 0.15 0.06
HSL 22.29º 0.54% 0.87% -
HSV(B) 22.29º 0.15% 0.94% -
XYZ 72.03 73.08 68.07 -
YUV 223.1 117.79 140.06 -
System Red Green Blue C M Y K H S L
Decimal 240 218 205 0 0.09 0.15 0.06 22.29 0.54 0.87
Hex F0 DA CD 0 9 F 6 16 36 57
Octal 360 332 315 0 11 17 6 26 66 127
Binary 11110000 11011010 11001101 0 1001 1111 110 10110 110110 1010111

Color Harmonies of #F0DACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0DACD

Black with #F0DACD

Text Example


Text Example

White with #F0DACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0DACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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