#F3DAE8

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

Shades of Pig Pink #F3DAE8

Tints of Pig Pink #F3DAE8

Color information

#F3DAE8 (or 0xF3DAE8) is unknown color: approx Pig Pink. HEX triplet: F3, DA and E8. RGB value is (243,218,232). Sum of RGB (Red+Green+Blue) = 243+218+232=693 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.06% from 693); Green value is 218 (85.55% from 255 or 31.46% from 693); Blue value is 232 (91.02% from 255 or 33.48% from 693); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DAE8 is #0C2517. Grayscale: #E3E3E3. Windows color (decimal): -795928 or 15260403. OLE color: 15260403.

HSL color Cylindrical-coordinate representation of color #F3DAE8: hue angle of 326.4º 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 #F3DAE8 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB243218232-
CMYK00.100.050.05
HSL326.4º51.02%90.39%-
HSV(B)326.4º10.29%95.29%-
XYZ76.675.0286.79-
YUV227.07130.78139.36-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.06%
GREEN value IS 218 (85.55% from 255) = 31.46%
BLUE value IS 232 (91.02% from 255) = 33.48%
R=35.06%
G=31.46%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321823200.100.050.05326.451.0290.39
HexF3DAE80A55146335a
Octal3633323500125550663132
Binary111100111101101011101000010101011011010001101100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DAE8; }

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

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

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

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

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

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

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

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