Html Css Color HEX #F3DCCF Pot Pourri

📋 copy color: '#F3DCCF'

red 243 ◦ green 220 ◦ blue 207

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

Shades of Pot Pourri #F3DCCF

Tints of Pot Pourri #F3DCCF

RGB

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

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

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

R = 36.27%
G = 32.84%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F3DCCF (or 0xF3DCCF) is known color: Pot Pourri. HEX triplet: F3, DC and CF. RGB value is (243,220,207). Sum of RGB (Red+Green+Blue) = 243+220+207=670 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.27% from 670); Green value is 220 (86.33% from 255 or 32.84% from 670); Blue value is 207 (81.25% from 255 or 30.90% from 670); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DCCF is #0C2330. Grayscale: #E1E1E1. Windows color (decimal): -795441 or 13622515. OLE color: 13622515.

HSL color Cylindrical-coordinate representation of color #F3DCCF: hue angle of 21.67º degrees, saturation: 0.6, 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 #F3DCCF is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 220 207 -
CMYK 0 0.09 0.15 0.05
HSL 21.67º 0.6% 0.88% -
HSV(B) 21.67º 0.15% 0.95% -
XYZ 73.82 74.75 69.57 -
YUV 225.4 117.62 140.56 -
System Red Green Blue C M Y K H S L
Decimal 243 220 207 0 0.09 0.15 0.05 21.67 0.6 0.88
Hex F3 DC CF 0 9 F 5 16 3C 58
Octal 363 334 317 0 11 17 5 26 74 130
Binary 11110011 11011100 11001111 0 1001 1111 101 10110 111100 1011000

Color Harmonies of #F3DCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3DCCF

Black with #F3DCCF

Text Example


Text Example

White with #F3DCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3DCCF; }

 p { color: rgb(243,220,207); }

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

background-color css

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

 a { background-color: rgb(243,220,207); }

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

border-color css

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

 span { border-color: rgb(243,220,207); }

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