#F1E4DE

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

Shades of Provincial Pink #F1E4DE

Tints of Provincial Pink #F1E4DE

Color information

#F1E4DE (or 0xF1E4DE) is unknown color: approx Provincial Pink. HEX triplet: F1, E4 and DE. RGB value is (241,228,222). Sum of RGB (Red+Green+Blue) = 241+228+222=691 (91% of max value = 765). Red value is 241 (94.53% from 255 or 34.88% from 691); Green value is 228 (89.45% from 255 or 33.00% from 691); Blue value is 222 (87.11% from 255 or 32.13% from 691); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E4DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1E4DE is #0E1B21. Grayscale: #E7E7E7. Windows color (decimal): -924450 or 14607601. OLE color: 14607601.

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

Color convert

RGB241228222-
CMYK00.050.080.05
HSL18.95º40.43%90.78%-
HSV(B)18.95º7.88%94.51%-
XYZ77.279.4680.38-
YUV231.2122.81134.99-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 34.88%
GREEN value IS 228 (89.45% from 255) = 33.00%
BLUE value IS 222 (87.11% from 255) = 32.13%
R=34.88%
G=33.00%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24122822200.050.080.0518.9540.4390.78
HexF1E4DE058513285b
Octal361344336051052350133
Binary11110001111001001101111001011000101100111010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1E4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1E4DE; }

 p { color: rgb(241,228,222); }

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

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

 a { background-color: rgb(241,228,222); }

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

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

 span { border-color: rgb(241,228,222); }

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