Html Css Color HEX #F1E1DC Provincial Pink

📋 copy color: '#F1E1DC'

red 241 ◦ green 225 ◦ blue 220

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

Shades of Provincial Pink #F1E1DC

Tints of Provincial Pink #F1E1DC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 32.8%

 BLUE value IS 220 (86.33% from 255) = 32.07%

R = 35.13%
G = 32.8%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F1E1DC (or 0xF1E1DC) is known color: Provincial Pink. HEX triplet: F1, E1 and DC. RGB value is (241,225,220). Sum of RGB (Red+Green+Blue) = 241+225+220=686 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.13% from 686); Green value is 225 (88.28% from 255 or 32.80% from 686); Blue value is 220 (86.33% from 255 or 32.07% from 686); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E1DC is #0E1E23. Grayscale: #E5E5E5. Windows color (decimal): -925220 or 14475761. OLE color: 14475761.

HSL color Cylindrical-coordinate representation of color #F1E1DC: hue angle of 14.29º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F1E1DC is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 225 220 -
CMYK 0 0.07 0.09 0.05
HSL 14.29º 0.43% 0.9% -
HSV(B) 14.29º 0.09% 0.95% -
XYZ 76.12 77.72 78.7 -
YUV 229.21 122.8 136.41 -
System Red Green Blue C M Y K H S L
Decimal 241 225 220 0 0.07 0.09 0.05 14.29 0.43 0.9
Hex F1 E1 DC 0 7 9 5 E 2B 5A
Octal 361 341 334 0 7 11 5 16 53 132
Binary 11110001 11100001 11011100 0 111 1001 101 1110 101011 1011010

Color Harmonies of #F1E1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E1DC

Black with #F1E1DC

Text Example


Text Example

White with #F1E1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E1DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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