Html Css Color HEX #F6DFCF Pot Pourri

📋 copy color: '#F6DFCF'

red 246 ◦ green 223 ◦ blue 207

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

Shades of Pot Pourri #F6DFCF

Tints of Pot Pourri #F6DFCF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.99%

 BLUE value IS 207 (81.25% from 255) = 30.62%

R = 36.39%
G = 32.99%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F6DFCF (or 0xF6DFCF) is known color: Pot Pourri. HEX triplet: F6, DF and CF. RGB value is (246,223,207). Sum of RGB (Red+Green+Blue) = 246+223+207=676 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.39% from 676); Green value is 223 (87.5% from 255 or 32.99% from 676); Blue value is 207 (81.25% from 255 or 30.62% from 676); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DFCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6DFCF is #092030. Grayscale: #E4E4E4. Windows color (decimal): -598065 or 13623286. OLE color: 13623286.

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

Color convert

RGB 246 223 207 -
CMYK 0 0.09 0.16 0.04
HSL 24.62º 0.68% 0.89% -
HSV(B) 24.62º 0.16% 0.96% -
XYZ 75.66 76.87 69.88 -
YUV 228.05 116.12 140.8 -
System Red Green Blue C M Y K H S L
Decimal 246 223 207 0 0.09 0.16 0.04 24.62 0.68 0.89
Hex F6 DF CF 0 9 10 4 19 44 59
Octal 366 337 317 0 11 20 4 31 104 131
Binary 11110110 11011111 11001111 0 1001 10000 100 11001 1000100 1011001

Color Harmonies of #F6DFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6DFCF

Black with #F6DFCF

Text Example


Text Example

White with #F6DFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6DFCF; }

 p { color: rgb(246,223,207); }

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

background-color css

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

 a { background-color: rgb(246,223,207); }

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

border-color css

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

 span { border-color: rgb(246,223,207); }

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