Html Css Color HEX #F4DCCD Pot Pourri

📋 copy color: '#F4DCCD'

red 244 ◦ green 220 ◦ blue 205

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

Shades of Pot Pourri #F4DCCD

Tints of Pot Pourri #F4DCCD

RGB

 RED value IS 244 (95.7% from 255) = 36.47%

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

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

R = 36.47%
G = 32.88%
B = 30.64%

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

#F4DCCD (or 0xF4DCCD) is known color: Pot Pourri. HEX triplet: F4, DC and CD. RGB value is (244,220,205). Sum of RGB (Red+Green+Blue) = 244+220+205=669 (88% of max value = 765). Red value is 244 (95.70% from 255 or 36.47% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 205 (80.47% from 255 or 30.64% from 669); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F4DCCD is #0B2332. Grayscale: #E1E1E1. Windows color (decimal): -729907 or 13491444. OLE color: 13491444.

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

Color convert

RGB 244 220 205 -
CMYK 0 0.10 0.16 0.04
HSL 23.08º 0.64% 0.88% -
HSV(B) 23.08º 0.16% 0.96% -
XYZ 73.92 74.83 68.3 -
YUV 225.47 116.45 141.22 -
System Red Green Blue C M Y K H S L
Decimal 244 220 205 0 0.10 0.16 0.04 23.08 0.64 0.88
Hex F4 DC CD 0 A 10 4 17 40 58
Octal 364 334 315 0 12 20 4 27 100 130
Binary 11110100 11011100 11001101 0 1010 10000 100 10111 1000000 1011000

Color Harmonies of #F4DCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4DCCD

Black with #F4DCCD

Text Example


Text Example

White with #F4DCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4DCCD; }

 p { color: rgb(244,220,205); }

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

background-color css

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

 a { background-color: rgb(244,220,205); }

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

border-color css

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

 span { border-color: rgb(244,220,205); }

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