Html Css Color HEX #F3D8CF Pot Pourri

📋 copy color: '#F3D8CF'

red 243 ◦ green 216 ◦ blue 207

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

Shades of Pot Pourri #F3D8CF

Tints of Pot Pourri #F3D8CF

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.43%

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

R = 36.49%
G = 32.43%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F3D8CF (or 0xF3D8CF) is known color: Pot Pourri. HEX triplet: F3, D8 and CF. RGB value is (243,216,207). Sum of RGB (Red+Green+Blue) = 243+216+207=666 (88% of max value = 765). Red value is 243 (95.31% from 255 or 36.49% from 666); Green value is 216 (84.77% from 255 or 32.43% from 666); Blue value is 207 (81.25% from 255 or 31.08% from 666); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D8CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D8CF is #0C2730. Grayscale: #DFDFDF. Windows color (decimal): -796465 or 13621491. OLE color: 13621491.

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

Color convert

RGB 243 216 207 -
CMYK 0 0.11 0.15 0.05
HSL 15º 0.6% 0.88% -
HSV(B) 15º 0.15% 0.95% -
XYZ 72.78 72.67 69.22 -
YUV 223.05 118.95 142.23 -
System Red Green Blue C M Y K H S L
Decimal 243 216 207 0 0.11 0.15 0.05 15 0.6 0.88
Hex F3 D8 CF 0 B F 5 F 3C 58
Octal 363 330 317 0 13 17 5 17 74 130
Binary 11110011 11011000 11001111 0 1011 1111 101 1111 111100 1011000

Color Harmonies of #F3D8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3D8CF

Black with #F3D8CF

Text Example


Text Example

White with #F3D8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3D8CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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