Html Css Color HEX #F2DCD5 Pot Pourri

📋 copy color: '#F2DCD5'

red 242 ◦ green 220 ◦ blue 213

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

Shades of Pot Pourri #F2DCD5

Tints of Pot Pourri #F2DCD5

RGB

 RED value IS 242 (94.92% from 255) = 35.85%

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

 BLUE value IS 213 (83.59% from 255) = 31.56%

R = 35.85%
G = 32.59%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F2DCD5 (or 0xF2DCD5) is known color: Pot Pourri. HEX triplet: F2, DC and D5. RGB value is (242,220,213). Sum of RGB (Red+Green+Blue) = 242+220+213=675 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.85% from 675); Green value is 220 (86.33% from 255 or 32.59% from 675); Blue value is 213 (83.59% from 255 or 31.56% from 675); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DCD5 is #0D232A. Grayscale: #E1E1E1. Windows color (decimal): -860971 or 14015730. OLE color: 14015730.

HSL color Cylindrical-coordinate representation of color #F2DCD5: hue angle of 14.48º degrees, saturation: 0.53, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F2DCD5 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 220 213 -
CMYK 0 0.09 0.12 0.05
HSL 14.48º 0.53% 0.89% -
HSV(B) 14.48º 0.12% 0.95% -
XYZ 74.22 74.87 73.49 -
YUV 225.78 120.79 139.57 -
System Red Green Blue C M Y K H S L
Decimal 242 220 213 0 0.09 0.12 0.05 14.48 0.53 0.89
Hex F2 DC D5 0 9 C 5 E 35 59
Octal 362 334 325 0 11 14 5 16 65 131
Binary 11110010 11011100 11010101 0 1001 1100 101 1110 110101 1011001

Color Harmonies of #F2DCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DCD5

Black with #F2DCD5

Text Example


Text Example

White with #F2DCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DCD5; }

 p { color: rgb(242,220,213); }

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

background-color css

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

 a { background-color: rgb(242,220,213); }

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

border-color css

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

 span { border-color: rgb(242,220,213); }

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