Html Css Color HEX #F2DFD8 Pot Pourri

📋 copy color: '#F2DFD8'

red 242 ◦ green 223 ◦ blue 216

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

Shades of Pot Pourri #F2DFD8

Tints of Pot Pourri #F2DFD8

RGB

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

 GREEN value IS 223 (87.5% from 255) = 32.75%

 BLUE value IS 216 (84.77% from 255) = 31.72%

R = 35.54%
G = 32.75%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F2DFD8 (or 0xF2DFD8) is known color: Pot Pourri. HEX triplet: F2, DF and D8. RGB value is (242,223,216). Sum of RGB (Red+Green+Blue) = 242+223+216=681 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.54% from 681); Green value is 223 (87.5% from 255 or 32.75% from 681); Blue value is 216 (84.77% from 255 or 31.72% from 681); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DFD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DFD8 is #0D2027. Grayscale: #E3E3E3. Windows color (decimal): -860200 or 14213106. OLE color: 14213106.

HSL color Cylindrical-coordinate representation of color #F2DFD8: hue angle of 16.15º degrees, saturation: 0.5, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F2DFD8 is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 223 216 -
CMYK 0 0.08 0.11 0.05
HSL 16.15º 0.5% 0.9% -
HSV(B) 16.15º 0.11% 0.95% -
XYZ 75.4 76.61 75.78 -
YUV 227.88 121.29 138.07 -
System Red Green Blue C M Y K H S L
Decimal 242 223 216 0 0.08 0.11 0.05 16.15 0.5 0.9
Hex F2 DF D8 0 8 B 5 10 32 5A
Octal 362 337 330 0 10 13 5 20 62 132
Binary 11110010 11011111 11011000 0 1000 1011 101 10000 110010 1011010

Color Harmonies of #F2DFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DFD8

Black with #F2DFD8

Text Example


Text Example

White with #F2DFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DFD8; }

 p { color: rgb(242,223,216); }

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

background-color css

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

 a { background-color: rgb(242,223,216); }

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

border-color css

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

 span { border-color: rgb(242,223,216); }

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