Html Css Color HEX #F2DDD4 Pot Pourri

📋 copy color: '#F2DDD4'

red 242 ◦ green 221 ◦ blue 212

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

Shades of Pot Pourri #F2DDD4

Tints of Pot Pourri #F2DDD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 31.41%

R = 35.85%
G = 32.74%
B = 31.41%

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

#F2DDD4 (or 0xF2DDD4) is known color: Pot Pourri. HEX triplet: F2, DD and D4. RGB value is (242,221,212). Sum of RGB (Red+Green+Blue) = 242+221+212=675 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.85% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 212 (83.20% from 255 or 31.41% from 675); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DDD4 is #0D222B. Grayscale: #E2E2E2. Windows color (decimal): -860716 or 13950450. OLE color: 13950450.

HSL color Cylindrical-coordinate representation of color #F2DDD4: hue angle of 18º degrees, saturation: 0.54, 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 #F2DDD4 is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 221 212 -
CMYK 0 0.09 0.12 0.05
HSL 18º 0.54% 0.89% -
HSV(B) 18º 0.12% 0.95% -
XYZ 74.36 75.34 72.91 -
YUV 226.25 119.96 139.23 -
System Red Green Blue C M Y K H S L
Decimal 242 221 212 0 0.09 0.12 0.05 18 0.54 0.89
Hex F2 DD D4 0 9 C 5 12 36 59
Octal 362 335 324 0 11 14 5 22 66 131
Binary 11110010 11011101 11010100 0 1001 1100 101 10010 110110 1011001

Color Harmonies of #F2DDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DDD4

Black with #F2DDD4

Text Example


Text Example

White with #F2DDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DDD4; }

 p { color: rgb(242,221,212); }

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

background-color css

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

 a { background-color: rgb(242,221,212); }

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

border-color css

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

 span { border-color: rgb(242,221,212); }

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