Html Css Color HEX #F1DCCE Pot Pourri

📋 copy color: '#F1DCCE'

red 241 ◦ green 220 ◦ blue 206

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

Shades of Pot Pourri #F1DCCE

Tints of Pot Pourri #F1DCCE

RGB

 RED value IS 241 (94.53% from 255) = 36.13%

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

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

R = 36.13%
G = 32.98%
B = 30.88%

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

#F1DCCE (or 0xF1DCCE) is known color: Pot Pourri. HEX triplet: F1, DC and CE. RGB value is (241,220,206). Sum of RGB (Red+Green+Blue) = 241+220+206=667 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.13% from 667); Green value is 220 (86.33% from 255 or 32.98% from 667); Blue value is 206 (80.86% from 255 or 30.88% from 667); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCCE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DCCE is #0E2331. Grayscale: #E0E0E0. Windows color (decimal): -926514 or 13556977. OLE color: 13556977.

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

Color convert

RGB 241 220 206 -
CMYK 0 0.09 0.15 0.05
HSL 24º 0.56% 0.88% -
HSV(B) 24º 0.15% 0.95% -
XYZ 73.01 74.34 68.89 -
YUV 224.68 117.46 139.64 -
System Red Green Blue C M Y K H S L
Decimal 241 220 206 0 0.09 0.15 0.05 24 0.56 0.88
Hex F1 DC CE 0 9 F 5 18 38 58
Octal 361 334 316 0 11 17 5 30 70 130
Binary 11110001 11011100 11001110 0 1001 1111 101 11000 111000 1011000

Color Harmonies of #F1DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DCCE

Black with #F1DCCE

Text Example


Text Example

White with #F1DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DCCE; }

 p { color: rgb(241,220,206); }

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

background-color css

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

 a { background-color: rgb(241,220,206); }

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

border-color css

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

 span { border-color: rgb(241,220,206); }

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