#FFE3D6

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

Shades of Provincial Pink #FFE3D6

Tints of Provincial Pink #FFE3D6

Color information

#FFE3D6 (or 0xFFE3D6) is unknown color: approx Provincial Pink. HEX triplet: FF, E3 and D6. RGB value is (255,227,214). Sum of RGB (Red+Green+Blue) = 255+227+214=696 (92% of max value = 765). Red value is 255 (100% from 255 or 36.64% from 696); Green value is 227 (89.06% from 255 or 32.61% from 696); Blue value is 214 (83.98% from 255 or 30.75% from 696); Max value from RGB is 255 - color contains mainly: red. Hex color #FFE3D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFE3D6 is #001C29. Grayscale: #E9E9E9. Windows color (decimal): -7210 or 14083071. OLE color: 14083071.

HSL color Cylindrical-coordinate representation of color #FFE3D6: hue angle of 19.02º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FFE3D6 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB255227214-
CMYK00.110.160
HSL19.02º100%91.96%-
HSV(B)19.02º16.08%100%-
XYZ80.8581.0575-
YUV233.89116.78143.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.64%
GREEN value IS 227 (89.06% from 255) = 32.61%
BLUE value IS 214 (83.98% from 255) = 30.75%
R=36.64%
G=32.61%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522721400.110.16019.0210091.96
HexFFE3D60B10013645c
Octal37734332601320023144134
Binary111111111110001111010110010111000001001111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFE3D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFE3D6; }

 p { color: rgb(255,227,214); }

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

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

 a { background-color: rgb(255,227,214); }

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

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

 span { border-color: rgb(255,227,214); }

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