#F3DAEA

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

Shades of Pig Pink #F3DAEA

Tints of Pig Pink #F3DAEA

Color information

#F3DAEA (or 0xF3DAEA) is unknown color: approx Pig Pink. HEX triplet: F3, DA and EA. RGB value is (243,218,234). Sum of RGB (Red+Green+Blue) = 243+218+234=695 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.96% from 695); Green value is 218 (85.55% from 255 or 31.37% from 695); Blue value is 234 (91.80% from 255 or 33.67% from 695); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DAEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DAEA is #0C2515. Grayscale: #E3E3E3. Windows color (decimal): -795926 or 15391475. OLE color: 15391475.

HSL color Cylindrical-coordinate representation of color #F3DAEA: hue angle of 321.6º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F3DAEA is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB243218234-
CMYK00.100.040.05
HSL321.6º51.02%90.39%-
HSV(B)321.6º10.29%95.29%-
XYZ76.8875.1488.29-
YUV227.3131.78139.2-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.96%
GREEN value IS 218 (85.55% from 255) = 31.37%
BLUE value IS 234 (91.80% from 255) = 33.67%
R=34.96%
G=31.37%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321823400.100.040.05321.651.0290.39
HexF3DAEA0A45142335a
Octal3633323520124550263132
Binary111100111101101011101010010101001011010000101100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DAEA; }

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

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

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

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

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

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

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

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