Html Css Color HEX #F5DDCD Pot Pourri

📋 copy color: '#F5DDCD'

red 245 ◦ green 221 ◦ blue 205

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

Shades of Pot Pourri #F5DDCD

Tints of Pot Pourri #F5DDCD

RGB

 RED value IS 245 (96.09% from 255) = 36.51%

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

 BLUE value IS 205 (80.47% from 255) = 30.55%

R = 36.51%
G = 32.94%
B = 30.55%

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

#F5DDCD (or 0xF5DDCD) is known color: Pot Pourri. HEX triplet: F5, DD and CD. RGB value is (245,221,205). Sum of RGB (Red+Green+Blue) = 245+221+205=671 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.51% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 205 (80.47% from 255 or 30.55% from 671); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DDCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DDCD is #0A2232. Grayscale: #E2E2E2. Windows color (decimal): -664115 or 13491701. OLE color: 13491701.

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

Color convert

RGB 245 221 205 -
CMYK 0 0.10 0.16 0.04
HSL 24º 0.67% 0.88% -
HSV(B) 24º 0.16% 0.96% -
XYZ 74.53 75.53 68.41 -
YUV 226.35 115.95 141.3 -
System Red Green Blue C M Y K H S L
Decimal 245 221 205 0 0.10 0.16 0.04 24 0.67 0.88
Hex F5 DD CD 0 A 10 4 18 43 58
Octal 365 335 315 0 12 20 4 30 103 130
Binary 11110101 11011101 11001101 0 1010 10000 100 11000 1000011 1011000

Color Harmonies of #F5DDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DDCD

Black with #F5DDCD

Text Example


Text Example

White with #F5DDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DDCD; }

 p { color: rgb(245,221,205); }

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

background-color css

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

 a { background-color: rgb(245,221,205); }

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

border-color css

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

 span { border-color: rgb(245,221,205); }

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