Html Css Color HEX #F6DCCE Pot Pourri

📋 copy color: '#F6DCCE'

red 246 ◦ green 220 ◦ blue 206

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

Shades of Pot Pourri #F6DCCE

Tints of Pot Pourri #F6DCCE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.74%

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

R = 36.61%
G = 32.74%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F6DCCE (or 0xF6DCCE) is known color: Pot Pourri. HEX triplet: F6, DC and CE. RGB value is (246,220,206). Sum of RGB (Red+Green+Blue) = 246+220+206=672 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.61% from 672); Green value is 220 (86.33% from 255 or 32.74% from 672); Blue value is 206 (80.86% from 255 or 30.65% from 672); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DCCE is #092331. Grayscale: #E2E2E2. Windows color (decimal): -598834 or 13556982. OLE color: 13556982.

HSL color Cylindrical-coordinate representation of color #F6DCCE: hue angle of 21º 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 #F6DCCE is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 220 206 -
CMYK 0 0.11 0.16 0.04
HSL 21º 0.69% 0.89% -
HSV(B) 21º 0.16% 0.96% -
XYZ 74.74 75.24 68.98 -
YUV 226.18 116.61 142.14 -
System Red Green Blue C M Y K H S L
Decimal 246 220 206 0 0.11 0.16 0.04 21 0.69 0.89
Hex F6 DC CE 0 B 10 4 15 45 59
Octal 366 334 316 0 13 20 4 25 105 131
Binary 11110110 11011100 11001110 0 1011 10000 100 10101 1000101 1011001

Color Harmonies of #F6DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DCCE

Black with #F6DCCE

Text Example


Text Example

White with #F6DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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