Html Css Color HEX #F0D6CF Pot Pourri

📋 copy color: '#F0D6CF'

red 240 ◦ green 214 ◦ blue 207

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

Shades of Pot Pourri #F0D6CF

Tints of Pot Pourri #F0D6CF

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.38%

 BLUE value IS 207 (81.25% from 255) = 31.32%

R = 36.31%
G = 32.38%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#F0D6CF (or 0xF0D6CF) is known color: Pot Pourri. HEX triplet: F0, D6 and CF. RGB value is (240,214,207). Sum of RGB (Red+Green+Blue) = 240+214+207=661 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.31% from 661); Green value is 214 (83.98% from 255 or 32.38% from 661); Blue value is 207 (81.25% from 255 or 31.32% from 661); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D6CF is #0F2930. Grayscale: #DDDDDD. Windows color (decimal): -993585 or 13620976. OLE color: 13620976.

HSL color Cylindrical-coordinate representation of color #F0D6CF: hue angle of 12.73º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0D6CF is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 214 207 -
CMYK 0 0.11 0.14 0.06
HSL 12.73º 0.52% 0.88% -
HSV(B) 12.73º 0.14% 0.94% -
XYZ 71.24 71.12 69 -
YUV 220.98 120.11 141.57 -
System Red Green Blue C M Y K H S L
Decimal 240 214 207 0 0.11 0.14 0.06 12.73 0.52 0.88
Hex F0 D6 CF 0 B E 6 D 34 58
Octal 360 326 317 0 13 16 6 15 64 130
Binary 11110000 11010110 11001111 0 1011 1110 110 1101 110100 1011000

Color Harmonies of #F0D6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D6CF

Black with #F0D6CF

Text Example


Text Example

White with #F0D6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D6CF; }

 p { color: rgb(240,214,207); }

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

background-color css

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

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

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

border-color css

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

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

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