Html Css Color HEX #F0D7CB Pot Pourri

📋 copy color: '#F0D7CB'

red 240 ◦ green 215 ◦ blue 203

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

Shades of Pot Pourri #F0D7CB

Tints of Pot Pourri #F0D7CB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.67%

 BLUE value IS 203 (79.69% from 255) = 30.85%

R = 36.47%
G = 32.67%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#F0D7CB (or 0xF0D7CB) is known color: Pot Pourri. HEX triplet: F0, D7 and CB. RGB value is (240,215,203). Sum of RGB (Red+Green+Blue) = 240+215+203=658 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.47% from 658); Green value is 215 (84.38% from 255 or 32.67% from 658); Blue value is 203 (79.69% from 255 or 30.85% from 658); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F0D7CB is #0F2834. Grayscale: #DDDDDD. Windows color (decimal): -993333 or 13359088. OLE color: 13359088.

HSL color Cylindrical-coordinate representation of color #F0D7CB: hue angle of 19.46º degrees, saturation: 0.55, 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 #F0D7CB is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 215 203 -
CMYK 0 0.10 0.15 0.06
HSL 19.46º 0.55% 0.87% -
HSV(B) 19.46º 0.15% 0.94% -
XYZ 71.02 71.44 66.55 -
YUV 221.11 117.78 141.48 -
System Red Green Blue C M Y K H S L
Decimal 240 215 203 0 0.10 0.15 0.06 19.46 0.55 0.87
Hex F0 D7 CB 0 A F 6 13 37 57
Octal 360 327 313 0 12 17 6 23 67 127
Binary 11110000 11010111 11001011 0 1010 1111 110 10011 110111 1010111

Color Harmonies of #F0D7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0D7CB

Black with #F0D7CB

Text Example


Text Example

White with #F0D7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0D7CB; }

 p { color: rgb(240,215,203); }

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

background-color css

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

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

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

border-color css

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

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

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