#F2DDE7

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

Shades of Pig Pink #F2DDE7

Tints of Pig Pink #F2DDE7

Color information

#F2DDE7 (or 0xF2DDE7) is unknown color: approx Pig Pink. HEX triplet: F2, DD and E7. RGB value is (242,221,231). Sum of RGB (Red+Green+Blue) = 242+221+231=694 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.87% from 694); Green value is 221 (86.72% from 255 or 31.84% from 694); Blue value is 231 (90.62% from 255 or 33.29% from 694); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2DDE7 is #0D2218. Grayscale: #E4E4E4. Windows color (decimal): -860697 or 15195634. OLE color: 15195634.

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

Color convert

RGB242221231-
CMYK00.090.050.05
HSL331.43º44.68%90.78%-
HSV(B)331.43º8.68%94.9%-
XYZ76.976.3686.29-
YUV228.42129.46137.69-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.87%
GREEN value IS 221 (86.72% from 255) = 31.84%
BLUE value IS 231 (90.62% from 255) = 33.29%
R=34.87%
G=31.84%
B=33.29%

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
Decimal24222123100.090.050.05331.4344.6890.78
HexF2DDE7095514b2d5b
Octal3623353470115551355133
Binary111100101101110111100111010011011011010010111011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DDE7; }

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

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

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

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

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

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

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

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