Html Css Color HEX #F2D7CD Pot Pourri

📋 copy color: '#F2D7CD'

red 242 ◦ green 215 ◦ blue 205

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

Shades of Pot Pourri #F2D7CD

Tints of Pot Pourri #F2D7CD

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.48%

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

R = 36.56%
G = 32.48%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F2D7CD (or 0xF2D7CD) is known color: Pot Pourri. HEX triplet: F2, D7 and CD. RGB value is (242,215,205). Sum of RGB (Red+Green+Blue) = 242+215+205=662 (87% of max value = 765). Red value is 242 (94.92% from 255 or 36.56% from 662); Green value is 215 (84.38% from 255 or 32.48% from 662); Blue value is 205 (80.47% from 255 or 30.97% from 662); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D7CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2D7CD is #0D2832. Grayscale: #DEDEDE. Windows color (decimal): -862259 or 13490162. OLE color: 13490162.

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

Color convert

RGB 242 215 205 -
CMYK 0 0.11 0.15 0.05
HSL 16.22º 0.59% 0.88% -
HSV(B) 16.22º 0.15% 0.95% -
XYZ 71.94 71.89 67.84 -
YUV 221.93 118.45 142.31 -
System Red Green Blue C M Y K H S L
Decimal 242 215 205 0 0.11 0.15 0.05 16.22 0.59 0.88
Hex F2 D7 CD 0 B F 5 10 3B 58
Octal 362 327 315 0 13 17 5 20 73 130
Binary 11110010 11010111 11001101 0 1011 1111 101 10000 111011 1011000

Color Harmonies of #F2D7CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D7CD

Black with #F2D7CD

Text Example


Text Example

White with #F2D7CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D7CD; }

 p { color: rgb(242,215,205); }

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

background-color css

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

 a { background-color: rgb(242,215,205); }

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

border-color css

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

 span { border-color: rgb(242,215,205); }

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