#F3DDEC

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

Shades of Pig Pink #F3DDEC

Tints of Pig Pink #F3DDEC

Color information

#F3DDEC (or 0xF3DDEC) is unknown color: approx Pig Pink. HEX triplet: F3, DD and EC. RGB value is (243,221,236). Sum of RGB (Red+Green+Blue) = 243+221+236=700 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.71% from 700); Green value is 221 (86.72% from 255 or 31.57% from 700); Blue value is 236 (92.58% from 255 or 33.71% from 700); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DDEC is #0C2213. Grayscale: #E5E5E5. Windows color (decimal): -795156 or 15523315. OLE color: 15523315.

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

Color convert

RGB243221236-
CMYK00.090.030.05
HSL319.09º47.83%90.98%-
HSV(B)319.09º9.05%95.29%-
XYZ77.9676.8290.08-
YUV229.29131.79137.78-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.71%
GREEN value IS 221 (86.72% from 255) = 31.57%
BLUE value IS 236 (92.58% from 255) = 33.71%
R=34.71%
G=31.57%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322123600.090.030.05319.0947.8390.98
HexF3DDEC093513f305b
Octal3633353540113547760133
Binary11110011110111011110110001001111011001111111100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DDEC; }

 p { color: rgb(243,221,236); }

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

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

 a { background-color: rgb(243,221,236); }

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

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

 span { border-color: rgb(243,221,236); }

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