Html Css Color HEX #F1D6CB Pot Pourri

📋 copy color: '#F1D6CB'

red 241 ◦ green 214 ◦ blue 203

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

Shades of Pot Pourri #F1D6CB

Tints of Pot Pourri #F1D6CB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.52%

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

R = 36.63%
G = 32.52%
B = 30.85%

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

#F1D6CB (or 0xF1D6CB) is known color: Pot Pourri. HEX triplet: F1, D6 and CB. RGB value is (241,214,203). Sum of RGB (Red+Green+Blue) = 241+214+203=658 (87% of max value = 765). Red value is 241 (94.53% from 255 or 36.63% from 658); Green value is 214 (83.98% from 255 or 32.52% from 658); Blue value is 203 (79.69% from 255 or 30.85% from 658); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D6CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1D6CB is #0E2934. Grayscale: #DCDCDC. Windows color (decimal): -928053 or 13358833. OLE color: 13358833.

HSL color Cylindrical-coordinate representation of color #F1D6CB: hue angle of 17.37º 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 #F1D6CB is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 214 203 -
CMYK 0 0.11 0.16 0.05
HSL 17.37º 0.58% 0.87% -
HSV(B) 17.37º 0.16% 0.95% -
XYZ 71.1 71.11 66.48 -
YUV 220.82 117.95 142.39 -
System Red Green Blue C M Y K H S L
Decimal 241 214 203 0 0.11 0.16 0.05 17.37 0.58 0.87
Hex F1 D6 CB 0 B 10 5 11 3A 57
Octal 361 326 313 0 13 20 5 21 72 127
Binary 11110001 11010110 11001011 0 1011 10000 101 10001 111010 1010111

Color Harmonies of #F1D6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D6CB

Black with #F1D6CB

Text Example


Text Example

White with #F1D6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D6CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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