#F3DDE7

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

Shades of Pig Pink #F3DDE7

Tints of Pig Pink #F3DDE7

Color information

#F3DDE7 (or 0xF3DDE7) is unknown color: approx Pig Pink. HEX triplet: F3, DD and E7. RGB value is (243,221,231). Sum of RGB (Red+Green+Blue) = 243+221+231=695 (92% of max value = 765). Red value is 243 (95.31% from 255 or 34.96% from 695); Green value is 221 (86.72% from 255 or 31.80% from 695); Blue value is 231 (90.62% from 255 or 33.24% from 695); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DDE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3DDE7 is #0C2218. Grayscale: #E4E4E4. Windows color (decimal): -795161 or 15195635. OLE color: 15195635.

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

Color convert

RGB243221231-
CMYK00.090.050.05
HSL332.73º47.83%90.98%-
HSV(B)332.73º9.05%95.29%-
XYZ77.2476.5486.3-
YUV228.72129.29138.19-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.96%
GREEN value IS 221 (86.72% from 255) = 31.80%
BLUE value IS 231 (90.62% from 255) = 33.24%
R=34.96%
G=31.80%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322123100.090.050.05332.7347.8390.98
HexF3DDE7095514d305b
Octal3633353470115551560133
Binary111100111101110111100111010011011011010011011100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3DDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3DDE7; }

 p { color: rgb(243,221,231); }

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

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

 a { background-color: rgb(243,221,231); }

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

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

 span { border-color: rgb(243,221,231); }

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