Html Css Color HEX #F1DAD3 Pot Pourri

📋 copy color: '#F1DAD3'

red 241 ◦ green 218 ◦ blue 211

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

Shades of Pot Pourri #F1DAD3

Tints of Pot Pourri #F1DAD3

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.54%

 BLUE value IS 211 (82.81% from 255) = 31.49%

R = 35.97%
G = 32.54%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F1DAD3 (or 0xF1DAD3) is known color: Pot Pourri. HEX triplet: F1, DA and D3. RGB value is (241,218,211). Sum of RGB (Red+Green+Blue) = 241+218+211=670 (88% of max value = 765). Red value is 241 (94.53% from 255 or 35.97% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 211 (82.81% from 255 or 31.49% from 670); Max value from RGB is 241 - color contains mainly: red. Hex color #F1DAD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1DAD3 is #0E252C. Grayscale: #E0E0E0. Windows color (decimal): -927021 or 13884145. OLE color: 13884145.

HSL color Cylindrical-coordinate representation of color #F1DAD3: hue angle of 14º degrees, saturation: 0.52, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F1DAD3 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 218 211 -
CMYK 0 0.10 0.12 0.05
HSL 14º 0.52% 0.89% -
HSV(B) 14º 0.12% 0.95% -
XYZ 73.1 73.55 71.97 -
YUV 224.08 120.62 140.07 -
System Red Green Blue C M Y K H S L
Decimal 241 218 211 0 0.10 0.12 0.05 14 0.52 0.89
Hex F1 DA D3 0 A C 5 E 34 59
Octal 361 332 323 0 12 14 5 16 64 131
Binary 11110001 11011010 11010011 0 1010 1100 101 1110 110100 1011001

Color Harmonies of #F1DAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1DAD3

Black with #F1DAD3

Text Example


Text Example

White with #F1DAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1DAD3; }

 p { color: rgb(241,218,211); }

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

background-color css

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

 a { background-color: rgb(241,218,211); }

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

border-color css

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

 span { border-color: rgb(241,218,211); }

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