Html Css Color HEX #F1DCCF Pot Pourri

📋 copy color: '#F1DCCF'

red 241 ◦ green 220 ◦ blue 207

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

Shades of Pot Pourri #F1DCCF

Tints of Pot Pourri #F1DCCF

RGB

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

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

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

R = 36.08%
G = 32.93%
B = 30.99%

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

#F1DCCF (or 0xF1DCCF) is known color: Pot Pourri. HEX triplet: F1, DC and CF. RGB value is (241,220,207). Sum of RGB (Red+Green+Blue) = 241+220+207=668 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.08% from 668); Green value is 220 (86.33% from 255 or 32.93% from 668); Blue value is 207 (81.25% from 255 or 30.99% from 668); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DCCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DCCF is #0E2330. Grayscale: #E0E0E0. Windows color (decimal): -926513 or 13622513. OLE color: 13622513.

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

Color convert

RGB 241 220 207 -
CMYK 0 0.09 0.14 0.05
HSL 22.94º 0.55% 0.88% -
HSV(B) 22.94º 0.14% 0.95% -
XYZ 73.13 74.39 69.54 -
YUV 224.8 117.96 139.56 -
System Red Green Blue C M Y K H S L
Decimal 241 220 207 0 0.09 0.14 0.05 22.94 0.55 0.88
Hex F1 DC CF 0 9 E 5 17 37 58
Octal 361 334 317 0 11 16 5 27 67 130
Binary 11110001 11011100 11001111 0 1001 1110 101 10111 110111 1011000

Color Harmonies of #F1DCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DCCF

Black with #F1DCCF

Text Example


Text Example

White with #F1DCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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