#F3D6E4

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

Shades of Pig Pink #F3D6E4

Tints of Pig Pink #F3D6E4

Color information

#F3D6E4 (or 0xF3D6E4) is unknown color: approx Pig Pink. HEX triplet: F3, D6 and E4. RGB value is (243,214,228). Sum of RGB (Red+Green+Blue) = 243+214+228=685 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.47% from 685); Green value is 214 (83.98% from 255 or 31.24% from 685); Blue value is 228 (89.45% from 255 or 33.28% from 685); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D6E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3D6E4 is #0C291B. Grayscale: #E0E0E0. Windows color (decimal): -796956 or 14997235. OLE color: 14997235.

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

Color convert

RGB243214228-
CMYK00.120.060.05
HSL331.03º54.72%89.61%-
HSV(B)331.03º11.93%95.29%-
XYZ75.0172.7583.49-
YUV224.27130.11141.36-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.47%
GREEN value IS 214 (83.98% from 255) = 31.24%
BLUE value IS 228 (89.45% from 255) = 33.28%
R=35.47%
G=31.24%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321422800.120.060.05331.0354.7289.61
HexF3D6E40C6514b375a
Octal3633263440146551367132
Binary111100111101011011100100011001101011010010111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D6E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D6E4; }

 p { color: rgb(243,214,228); }

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

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

 a { background-color: rgb(243,214,228); }

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

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

 span { border-color: rgb(243,214,228); }

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