Html Css Color HEX #F6DDCE Pot Pourri

📋 copy color: '#F6DDCE'

red 246 ◦ green 221 ◦ blue 206

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

Shades of Pot Pourri #F6DDCE

Tints of Pot Pourri #F6DDCE

RGB

 RED value IS 246 (96.48% from 255) = 36.55%

 GREEN value IS 221 (86.72% from 255) = 32.84%

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

R = 36.55%
G = 32.84%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F6DDCE (or 0xF6DDCE) is known color: Pot Pourri. HEX triplet: F6, DD and CE. RGB value is (246,221,206). Sum of RGB (Red+Green+Blue) = 246+221+206=673 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.55% from 673); Green value is 221 (86.72% from 255 or 32.84% from 673); Blue value is 206 (80.86% from 255 or 30.61% from 673); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DDCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DDCE is #092231. Grayscale: #E2E2E2. Windows color (decimal): -598578 or 13557238. OLE color: 13557238.

HSL color Cylindrical-coordinate representation of color #F6DDCE: hue angle of 22.5º degrees, saturation: 0.69, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F6DDCE is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 221 206 -
CMYK 0 0.10 0.16 0.04
HSL 22.5º 0.69% 0.89% -
HSV(B) 22.5º 0.16% 0.96% -
XYZ 75 75.76 69.06 -
YUV 226.77 116.28 141.72 -
System Red Green Blue C M Y K H S L
Decimal 246 221 206 0 0.10 0.16 0.04 22.5 0.69 0.89
Hex F6 DD CE 0 A 10 4 16 45 59
Octal 366 335 316 0 12 20 4 26 105 131
Binary 11110110 11011101 11001110 0 1010 10000 100 10110 1000101 1011001

Color Harmonies of #F6DDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DDCE

Black with #F6DDCE

Text Example


Text Example

White with #F6DDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DDCE; }

 p { color: rgb(246,221,206); }

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

background-color css

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

 a { background-color: rgb(246,221,206); }

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

border-color css

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

 span { border-color: rgb(246,221,206); }

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