Html Css Color HEX #F1E2DB Provincial Pink

📋 copy color: '#F1E2DB'

red 241 ◦ green 226 ◦ blue 219

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

Shades of Provincial Pink #F1E2DB

Tints of Provincial Pink #F1E2DB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 32.94%

 BLUE value IS 219 (85.94% from 255) = 31.92%

R = 35.13%
G = 32.94%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F1E2DB (or 0xF1E2DB) is known color: Provincial Pink. HEX triplet: F1, E2 and DB. RGB value is (241,226,219). Sum of RGB (Red+Green+Blue) = 241+226+219=686 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.13% from 686); Green value is 226 (88.67% from 255 or 32.94% from 686); Blue value is 219 (85.94% from 255 or 31.92% from 686); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E2DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E2DB is #0E1D24. Grayscale: #E5E5E5. Windows color (decimal): -924965 or 14410481. OLE color: 14410481.

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

Color convert

RGB 241 226 219 -
CMYK 0 0.06 0.09 0.05
HSL 19.09º 0.44% 0.9% -
HSV(B) 19.09º 0.09% 0.95% -
XYZ 76.26 78.21 78.09 -
YUV 229.69 121.97 136.07 -
System Red Green Blue C M Y K H S L
Decimal 241 226 219 0 0.06 0.09 0.05 19.09 0.44 0.9
Hex F1 E2 DB 0 6 9 5 13 2C 5A
Octal 361 342 333 0 6 11 5 23 54 132
Binary 11110001 11100010 11011011 0 110 1001 101 10011 101100 1011010

Color Harmonies of #F1E2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E2DB

Black with #F1E2DB

Text Example


Text Example

White with #F1E2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E2DB; }

 p { color: rgb(241,226,219); }

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

background-color css

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

 a { background-color: rgb(241,226,219); }

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

border-color css

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

 span { border-color: rgb(241,226,219); }

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