Html Css Color HEX #F2DBCE Pot Pourri

📋 copy color: '#F2DBCE'

red 242 ◦ green 219 ◦ blue 206

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

Shades of Pot Pourri #F2DBCE

Tints of Pot Pourri #F2DBCE

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.83%

 BLUE value IS 206 (80.86% from 255) = 30.88%

R = 36.28%
G = 32.83%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F2DBCE (or 0xF2DBCE) is known color: Pot Pourri. HEX triplet: F2, DB and CE. RGB value is (242,219,206). Sum of RGB (Red+Green+Blue) = 242+219+206=667 (88% of max value = 765). Red value is 242 (94.92% from 255 or 36.28% from 667); Green value is 219 (85.94% from 255 or 32.83% from 667); Blue value is 206 (80.86% from 255 or 30.88% from 667); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DBCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DBCE is #0D2431. Grayscale: #E0E0E0. Windows color (decimal): -861234 or 13556722. OLE color: 13556722.

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

Color convert

RGB 242 219 206 -
CMYK 0 0.10 0.15 0.05
HSL 21.67º 0.58% 0.88% -
HSV(B) 21.67º 0.15% 0.95% -
XYZ 73.09 74 68.82 -
YUV 224.4 117.62 140.56 -
System Red Green Blue C M Y K H S L
Decimal 242 219 206 0 0.10 0.15 0.05 21.67 0.58 0.88
Hex F2 DB CE 0 A F 5 16 3A 58
Octal 362 333 316 0 12 17 5 26 72 130
Binary 11110010 11011011 11001110 0 1010 1111 101 10110 111010 1011000

Color Harmonies of #F2DBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2DBCE

Black with #F2DBCE

Text Example


Text Example

White with #F2DBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2DBCE; }

 p { color: rgb(242,219,206); }

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

background-color css

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

 a { background-color: rgb(242,219,206); }

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

border-color css

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

 span { border-color: rgb(242,219,206); }

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