Html Css Color HEX #F1E2DD Provincial Pink

📋 copy color: '#F1E2DD'

red 241 ◦ green 226 ◦ blue 221

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

Shades of Provincial Pink #F1E2DD

Tints of Provincial Pink #F1E2DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 32.12%

R = 35.03%
G = 32.85%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F1E2DD (or 0xF1E2DD) is known color: Provincial Pink. HEX triplet: F1, E2 and DD. RGB value is (241,226,221). Sum of RGB (Red+Green+Blue) = 241+226+221=688 (91% of max value = 765). Red value is 241 (94.53% from 255 or 35.03% from 688); Green value is 226 (88.67% from 255 or 32.85% from 688); Blue value is 221 (86.72% from 255 or 32.12% from 688); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E2DD is #0E1D22. Grayscale: #E5E5E5. Windows color (decimal): -924963 or 14541553. OLE color: 14541553.

HSL color Cylindrical-coordinate representation of color #F1E2DD: hue angle of 15º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F1E2DD is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 226 221 -
CMYK 0 0.06 0.08 0.05
HSL 15º 0.42% 0.91% -
HSV(B) 15º 0.08% 0.95% -
XYZ 76.52 78.31 79.49 -
YUV 229.92 122.97 135.91 -
System Red Green Blue C M Y K H S L
Decimal 241 226 221 0 0.06 0.08 0.05 15 0.42 0.91
Hex F1 E2 DD 0 6 8 5 F 2A 5B
Octal 361 342 335 0 6 10 5 17 52 133
Binary 11110001 11100010 11011101 0 110 1000 101 1111 101010 1011011

Color Harmonies of #F1E2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1E2DD

Black with #F1E2DD

Text Example


Text Example

White with #F1E2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1E2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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