Html Css Color HEX #F1DBCF Pot Pourri

📋 copy color: '#F1DBCF'

red 241 ◦ green 219 ◦ blue 207

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

Shades of Pot Pourri #F1DBCF

Tints of Pot Pourri #F1DBCF

RGB

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

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

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

R = 36.13%
G = 32.83%
B = 31.03%

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

#F1DBCF (or 0xF1DBCF) is known color: Pot Pourri. HEX triplet: F1, DB and CF. RGB value is (241,219,207). Sum of RGB (Red+Green+Blue) = 241+219+207=667 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.13% from 667); Green value is 219 (85.94% from 255 or 32.83% from 667); Blue value is 207 (81.25% from 255 or 31.03% from 667); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DBCF is #0E2430. Grayscale: #E0E0E0. Windows color (decimal): -926769 or 13622257. OLE color: 13622257.

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

Color convert

RGB 241 219 207 -
CMYK 0 0.09 0.14 0.05
HSL 21.18º 0.55% 0.88% -
HSV(B) 21.18º 0.14% 0.95% -
XYZ 72.87 73.87 69.45 -
YUV 224.21 118.29 139.98 -
System Red Green Blue C M Y K H S L
Decimal 241 219 207 0 0.09 0.14 0.05 21.18 0.55 0.88
Hex F1 DB CF 0 9 E 5 15 37 58
Octal 361 333 317 0 11 16 5 25 67 130
Binary 11110001 11011011 11001111 0 1001 1110 101 10101 110111 1011000

Color Harmonies of #F1DBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DBCF

Black with #F1DBCF

Text Example


Text Example

White with #F1DBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DBCF; }

 p { color: rgb(241,219,207); }

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

background-color css

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

 a { background-color: rgb(241,219,207); }

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

border-color css

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

 span { border-color: rgb(241,219,207); }

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