Html Css Color HEX #F5DDCF Pot Pourri

📋 copy color: '#F5DDCF'

red 245 ◦ green 221 ◦ blue 207

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

Shades of Pot Pourri #F5DDCF

Tints of Pot Pourri #F5DDCF

RGB

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

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

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

R = 36.4%
G = 32.84%
B = 30.76%

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

#F5DDCF (or 0xF5DDCF) is known color: Pot Pourri. HEX triplet: F5, DD and CF. RGB value is (245,221,207). Sum of RGB (Red+Green+Blue) = 245+221+207=673 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.40% from 673); Green value is 221 (86.72% from 255 or 32.84% from 673); Blue value is 207 (81.25% from 255 or 30.76% from 673); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DDCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5DDCF is #0A2230. Grayscale: #E2E2E2. Windows color (decimal): -664113 or 13622773. OLE color: 13622773.

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

Color convert

RGB 245 221 207 -
CMYK 0 0.10 0.16 0.04
HSL 22.11º 0.66% 0.89% -
HSV(B) 22.11º 0.16% 0.96% -
XYZ 74.78 75.63 69.69 -
YUV 226.58 116.95 141.14 -
System Red Green Blue C M Y K H S L
Decimal 245 221 207 0 0.10 0.16 0.04 22.11 0.66 0.89
Hex F5 DD CF 0 A 10 4 16 42 59
Octal 365 335 317 0 12 20 4 26 102 131
Binary 11110101 11011101 11001111 0 1010 10000 100 10110 1000010 1011001

Color Harmonies of #F5DDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DDCF

Black with #F5DDCF

Text Example


Text Example

White with #F5DDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DDCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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