#F1E3DD

Color #F1E3DD Provincial Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Provincial Pink #F1E3DD

Tints of Provincial Pink #F1E3DD

Color information

#F1E3DD (or 0xF1E3DD) is unknown color: approx Provincial Pink. HEX triplet: F1, E3 and DD. RGB value is (241,227,221). Sum of RGB (Red+Green+Blue) = 241+227+221=689 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.98% from 689); Green value is 227 (89.06% from 255 or 32.95% from 689); Blue value is 221 (86.72% from 255 or 32.08% from 689); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E3DD is #0E1C22. Grayscale: #E6E6E6. Windows color (decimal): -924707 or 14541809. OLE color: 14541809.

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

Color convert

RGB241227221-
CMYK00.060.080.05
HSL18º41.67%90.59%-
HSV(B)18º8.3%94.51%-
XYZ76.878.8679.58-
YUV230.5122.64135.49-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.98%
GREEN value IS 227 (89.06% from 255) = 32.95%
BLUE value IS 221 (86.72% from 255) = 32.08%
R=34.98%
G=32.95%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122722100.060.080.051841.6790.59
HexF1E3DD0685122a5b
Octal361343335061052252133
Binary11110001111000111101110101101000101100101010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E3DD; }

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

 H1.HeaderClassName
 {
   color: #F1E3DD;
 }
 .AnyTagClassName
 {
   color: #F1E3DD;
 }
</style>
background-color css

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

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

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

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

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

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