Html Css Color HEX #F3DBCE Pot Pourri

📋 copy color: '#F3DBCE'

red 243 ◦ green 219 ◦ blue 206

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

Shades of Pot Pourri #F3DBCE

Tints of Pot Pourri #F3DBCE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.78%

 BLUE value IS 206 (80.86% from 255) = 30.84%

R = 36.38%
G = 32.78%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F3DBCE (or 0xF3DBCE) is known color: Pot Pourri. HEX triplet: F3, DB and CE. RGB value is (243,219,206). Sum of RGB (Red+Green+Blue) = 243+219+206=668 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.38% from 668); Green value is 219 (85.94% from 255 or 32.78% from 668); Blue value is 206 (80.86% from 255 or 30.84% from 668); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DBCE is #0C2431. Grayscale: #E0E0E0. Windows color (decimal): -795698 or 13556723. OLE color: 13556723.

HSL color Cylindrical-coordinate representation of color #F3DBCE: hue angle of 21.08º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F3DBCE is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 219 206 -
CMYK 0 0.10 0.15 0.05
HSL 21.08º 0.61% 0.88% -
HSV(B) 21.08º 0.15% 0.95% -
XYZ 73.43 74.17 68.84 -
YUV 224.69 117.45 141.06 -
System Red Green Blue C M Y K H S L
Decimal 243 219 206 0 0.10 0.15 0.05 21.08 0.61 0.88
Hex F3 DB CE 0 A F 5 15 3D 58
Octal 363 333 316 0 12 17 5 25 75 130
Binary 11110011 11011011 11001110 0 1010 1111 101 10101 111101 1011000

Color Harmonies of #F3DBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DBCE

Black with #F3DBCE

Text Example


Text Example

White with #F3DBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DBCE; }

 p { color: rgb(243,219,206); }

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

background-color css

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

 a { background-color: rgb(243,219,206); }

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

border-color css

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

 span { border-color: rgb(243,219,206); }

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