#F3DAE4

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

Shades of Pig Pink #F3DAE4

Tints of Pig Pink #F3DAE4

Color information

#F3DAE4 (or 0xF3DAE4) is unknown color: approx Pig Pink. HEX triplet: F3, DA and E4. RGB value is (243,218,228). Sum of RGB (Red+Green+Blue) = 243+218+228=689 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.27% from 689); Green value is 218 (85.55% from 255 or 31.64% from 689); Blue value is 228 (89.45% from 255 or 33.09% from 689); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3DAE4 is #0C251B. Grayscale: #E2E2E2. Windows color (decimal): -795932 or 14998259. OLE color: 14998259.

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

Color convert

RGB243218228-
CMYK00.100.060.05
HSL336º51.02%90.39%-
HSV(B)336º10.29%95.29%-
XYZ76.0474.883.83-
YUV226.61128.78139.69-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 35.27%
GREEN value IS 218 (85.55% from 255) = 31.64%
BLUE value IS 228 (89.45% from 255) = 33.09%
R=35.27%
G=31.64%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321822800.100.060.0533651.0290.39
HexF3DAE40A65150335a
Octal3633323440126552063132
Binary111100111101101011100100010101101011010100001100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DAE4; }

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

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

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

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

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

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

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

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