#F3DFEA

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

Shades of Pig Pink #F3DFEA

Tints of Pig Pink #F3DFEA

Color information

#F3DFEA (or 0xF3DFEA) is unknown color: approx Pig Pink. HEX triplet: F3, DF and EA. RGB value is (243,223,234). Sum of RGB (Red+Green+Blue) = 243+223+234=700 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.71% from 700); Green value is 223 (87.5% from 255 or 31.86% from 700); Blue value is 234 (91.80% from 255 or 33.43% from 700); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DFEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DFEA is #0C2015. Grayscale: #E6E6E6. Windows color (decimal): -794646 or 15392755. OLE color: 15392755.

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

Color convert

RGB243223234-
CMYK00.080.040.05
HSL327º45.45%91.37%-
HSV(B)327º8.23%95.29%-
XYZ78.277.7788.73-
YUV230.23130.13137.11-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.71%
GREEN value IS 223 (87.5% from 255) = 31.86%
BLUE value IS 234 (91.80% from 255) = 33.43%
R=34.71%
G=31.86%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322323400.080.040.0532745.4591.37
HexF3DFEA08451472d5b
Octal3633373520104550755133
Binary111100111101111111101010010001001011010001111011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DFEA; }

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

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

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

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

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

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

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

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