Html Css Color HEX #F1D7CB Pot Pourri

📋 copy color: '#F1D7CB'

red 241 ◦ green 215 ◦ blue 203

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

Shades of Pot Pourri #F1D7CB

Tints of Pot Pourri #F1D7CB

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.63%

 BLUE value IS 203 (79.69% from 255) = 30.8%

R = 36.57%
G = 32.63%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F1D7CB (or 0xF1D7CB) is known color: Pot Pourri. HEX triplet: F1, D7 and CB. RGB value is (241,215,203). Sum of RGB (Red+Green+Blue) = 241+215+203=659 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.57% from 659); Green value is 215 (84.38% from 255 or 32.63% from 659); Blue value is 203 (79.69% from 255 or 30.80% from 659); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D7CB is #0E2834. Grayscale: #DDDDDD. Windows color (decimal): -927797 or 13359089. OLE color: 13359089.

HSL color Cylindrical-coordinate representation of color #F1D7CB: hue angle of 18.95º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F1D7CB is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 215 203 -
CMYK 0 0.11 0.16 0.05
HSL 18.95º 0.58% 0.87% -
HSV(B) 18.95º 0.16% 0.95% -
XYZ 71.36 71.61 66.56 -
YUV 221.41 117.61 141.98 -
System Red Green Blue C M Y K H S L
Decimal 241 215 203 0 0.11 0.16 0.05 18.95 0.58 0.87
Hex F1 D7 CB 0 B 10 5 13 3A 57
Octal 361 327 313 0 13 20 5 23 72 127
Binary 11110001 11010111 11001011 0 1011 10000 101 10011 111010 1010111

Color Harmonies of #F1D7CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D7CB

Black with #F1D7CB

Text Example


Text Example

White with #F1D7CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D7CB; }

 p { color: rgb(241,215,203); }

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

background-color css

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

 a { background-color: rgb(241,215,203); }

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

border-color css

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

 span { border-color: rgb(241,215,203); }

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