Html Css Color HEX #F1E1DA Provincial Pink

📋 copy color: '#F1E1DA'

red 241 ◦ green 225 ◦ blue 218

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

Shades of Provincial Pink #F1E1DA

Tints of Provincial Pink #F1E1DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 31.87%

R = 35.23%
G = 32.89%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F1E1DA (or 0xF1E1DA) is known color: Provincial Pink. HEX triplet: F1, E1 and DA. RGB value is (241,225,218). Sum of RGB (Red+Green+Blue) = 241+225+218=684 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.23% from 684); Green value is 225 (88.28% from 255 or 32.89% from 684); Blue value is 218 (85.55% from 255 or 31.87% from 684); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E1DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E1DA is #0E1E25. Grayscale: #E5E5E5. Windows color (decimal): -925222 or 14344689. OLE color: 14344689.

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

Color convert

RGB 241 225 218 -
CMYK 0 0.07 0.10 0.05
HSL 18.26º 0.45% 0.9% -
HSV(B) 18.26º 0.1% 0.95% -
XYZ 75.86 77.61 77.31 -
YUV 228.99 121.8 136.57 -
System Red Green Blue C M Y K H S L
Decimal 241 225 218 0 0.07 0.10 0.05 18.26 0.45 0.9
Hex F1 E1 DA 0 7 A 5 12 2D 5A
Octal 361 341 332 0 7 12 5 22 55 132
Binary 11110001 11100001 11011010 0 111 1010 101 10010 101101 1011010

Color Harmonies of #F1E1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E1DA

Black with #F1E1DA

Text Example


Text Example

White with #F1E1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E1DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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