Html Css Color HEX #F3D9CB Pot Pourri

📋 copy color: '#F3D9CB'

red 243 ◦ green 217 ◦ blue 203

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

Shades of Pot Pourri #F3D9CB

Tints of Pot Pourri #F3D9CB

RGB

 RED value IS 243 (95.31% from 255) = 36.65%

 GREEN value IS 217 (85.16% from 255) = 32.73%

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

R = 36.65%
G = 32.73%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F3D9CB (or 0xF3D9CB) is known color: Pot Pourri. HEX triplet: F3, D9 and CB. RGB value is (243,217,203). Sum of RGB (Red+Green+Blue) = 243+217+203=663 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.65% from 663); Green value is 217 (85.16% from 255 or 32.73% from 663); Blue value is 203 (79.69% from 255 or 30.62% from 663); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D9CB is #0C2634. Grayscale: #DFDFDF. Windows color (decimal): -796213 or 13359603. OLE color: 13359603.

HSL color Cylindrical-coordinate representation of color #F3D9CB: hue angle of 21º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F3D9CB is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 217 203 -
CMYK 0 0.11 0.16 0.05
HSL 21º 0.63% 0.87% -
HSV(B) 21º 0.16% 0.95% -
XYZ 72.55 72.99 66.76 -
YUV 223.18 116.61 142.14 -
System Red Green Blue C M Y K H S L
Decimal 243 217 203 0 0.11 0.16 0.05 21 0.63 0.87
Hex F3 D9 CB 0 B 10 5 15 3E 57
Octal 363 331 313 0 13 20 5 25 76 127
Binary 11110011 11011001 11001011 0 1011 10000 101 10101 111110 1010111

Color Harmonies of #F3D9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D9CB

Black with #F3D9CB

Text Example


Text Example

White with #F3D9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D9CB; }

 p { color: rgb(243,217,203); }

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

background-color css

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

 a { background-color: rgb(243,217,203); }

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

border-color css

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

 span { border-color: rgb(243,217,203); }

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