Html Css Color HEX #F2DCD3 Pot Pourri

📋 copy color: '#F2DCD3'

red 242 ◦ green 220 ◦ blue 211

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

Shades of Pot Pourri #F2DCD3

Tints of Pot Pourri #F2DCD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 31.35%

R = 35.96%
G = 32.69%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F2DCD3 (or 0xF2DCD3) is known color: Pot Pourri. HEX triplet: F2, DC and D3. RGB value is (242,220,211). Sum of RGB (Red+Green+Blue) = 242+220+211=673 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.96% from 673); Green value is 220 (86.33% from 255 or 32.69% from 673); Blue value is 211 (82.81% from 255 or 31.35% from 673); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DCD3 is #0D232C. Grayscale: #E1E1E1. Windows color (decimal): -860973 or 13884658. OLE color: 13884658.

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

Color convert

RGB 242 220 211 -
CMYK 0 0.09 0.13 0.05
HSL 17.42º 0.54% 0.89% -
HSV(B) 17.42º 0.13% 0.95% -
XYZ 73.97 74.77 72.16 -
YUV 225.55 119.79 139.73 -
System Red Green Blue C M Y K H S L
Decimal 242 220 211 0 0.09 0.13 0.05 17.42 0.54 0.89
Hex F2 DC D3 0 9 D 5 11 36 59
Octal 362 334 323 0 11 15 5 21 66 131
Binary 11110010 11011100 11010011 0 1001 1101 101 10001 110110 1011001

Color Harmonies of #F2DCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DCD3

Black with #F2DCD3

Text Example


Text Example

White with #F2DCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DCD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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