Html Css Color HEX #F2DCCF Pot Pourri

📋 copy color: '#F2DCCF'

red 242 ◦ green 220 ◦ blue 207

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

Shades of Pot Pourri #F2DCCF

Tints of Pot Pourri #F2DCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 30.94%

R = 36.17%
G = 32.88%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F2DCCF (or 0xF2DCCF) is known color: Pot Pourri. HEX triplet: F2, DC and CF. RGB value is (242,220,207). Sum of RGB (Red+Green+Blue) = 242+220+207=669 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.17% from 669); Green value is 220 (86.33% from 255 or 32.88% from 669); Blue value is 207 (81.25% from 255 or 30.94% from 669); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DCCF is #0D2330. Grayscale: #E1E1E1. Windows color (decimal): -860977 or 13622514. OLE color: 13622514.

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

Color convert

RGB 242 220 207 -
CMYK 0 0.09 0.14 0.05
HSL 22.29º 0.57% 0.88% -
HSV(B) 22.29º 0.14% 0.95% -
XYZ 73.47 74.57 69.55 -
YUV 225.1 117.79 140.06 -
System Red Green Blue C M Y K H S L
Decimal 242 220 207 0 0.09 0.14 0.05 22.29 0.57 0.88
Hex F2 DC CF 0 9 E 5 16 39 58
Octal 362 334 317 0 11 16 5 26 71 130
Binary 11110010 11011100 11001111 0 1001 1110 101 10110 111001 1011000

Color Harmonies of #F2DCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DCCF

Black with #F2DCCF

Text Example


Text Example

White with #F2DCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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