#F3DCEA

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

Shades of Pig Pink #F3DCEA

Tints of Pig Pink #F3DCEA

Color information

#F3DCEA (or 0xF3DCEA) is unknown color: approx Pig Pink. HEX triplet: F3, DC and EA. RGB value is (243,220,234). Sum of RGB (Red+Green+Blue) = 243+220+234=697 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.86% from 697); Green value is 220 (86.33% from 255 or 31.56% from 697); Blue value is 234 (91.80% from 255 or 33.57% from 697); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DCEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DCEA is #0C2315. Grayscale: #E4E4E4. Windows color (decimal): -795414 or 15391987. OLE color: 15391987.

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

Color convert

RGB243220234-
CMYK00.090.040.05
HSL323.48º48.94%90.78%-
HSV(B)323.48º9.47%95.29%-
XYZ77.4176.1888.47-
YUV228.47131.12138.36-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.86%
GREEN value IS 220 (86.33% from 255) = 31.56%
BLUE value IS 234 (91.80% from 255) = 33.57%
R=34.86%
G=31.56%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322023400.090.040.05323.4848.9490.78
HexF3DCEA0945143315b
Octal3633343520114550361133
Binary111100111101110011101010010011001011010000111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DCEA; }

 p { color: rgb(243,220,234); }

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

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

 a { background-color: rgb(243,220,234); }

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

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

 span { border-color: rgb(243,220,234); }

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