Html Css Color HEX #F2DCCD Pot Pourri

📋 copy color: '#F2DCCD'

red 242 ◦ green 220 ◦ blue 205

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

Shades of Pot Pourri #F2DCCD

Tints of Pot Pourri #F2DCCD

RGB

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

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

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

R = 36.28%
G = 32.98%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F2DCCD (or 0xF2DCCD) is known color: Pot Pourri. HEX triplet: F2, DC and CD. RGB value is (242,220,205). Sum of RGB (Red+Green+Blue) = 242+220+205=667 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.28% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 205 (80.47% from 255 or 30.73% from 667); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DCCD is #0D2332. Grayscale: #E0E0E0. Windows color (decimal): -860979 or 13491442. OLE color: 13491442.

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

Color convert

RGB 242 220 205 -
CMYK 0 0.09 0.15 0.05
HSL 24.32º 0.59% 0.88% -
HSV(B) 24.32º 0.15% 0.95% -
XYZ 73.23 74.47 68.27 -
YUV 224.87 116.79 140.22 -
System Red Green Blue C M Y K H S L
Decimal 242 220 205 0 0.09 0.15 0.05 24.32 0.59 0.88
Hex F2 DC CD 0 9 F 5 18 3B 58
Octal 362 334 315 0 11 17 5 30 73 130
Binary 11110010 11011100 11001101 0 1001 1111 101 11000 111011 1011000

Color Harmonies of #F2DCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DCCD

Black with #F2DCCD

Text Example


Text Example

White with #F2DCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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