#F2DDE5

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

Shades of Pig Pink #F2DDE5

Tints of Pig Pink #F2DDE5

Color information

#F2DDE5 (or 0xF2DDE5) is unknown color: approx Pig Pink. HEX triplet: F2, DD and E5. RGB value is (242,221,229). Sum of RGB (Red+Green+Blue) = 242+221+229=692 (91% of max value = 765). Red value is 242 (94.92% from 255 or 34.97% from 692); Green value is 221 (86.72% from 255 or 31.94% from 692); Blue value is 229 (89.84% from 255 or 33.09% from 692); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DDE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F2DDE5 is #0D221A. Grayscale: #E4E4E4. Windows color (decimal): -860699 or 15064562. OLE color: 15064562.

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

Color convert

RGB242221229-
CMYK00.090.050.05
HSL337.14º44.68%90.78%-
HSV(B)337.14º8.68%94.9%-
XYZ76.6276.2584.81-
YUV228.19128.46137.85-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.97%
GREEN value IS 221 (86.72% from 255) = 31.94%
BLUE value IS 229 (89.84% from 255) = 33.09%
R=34.97%
G=31.94%
B=33.09%

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
Decimal24222122900.090.050.05337.1444.6890.78
HexF2DDE509551512d5b
Octal3623353450115552155133
Binary111100101101110111100101010011011011010100011011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2DDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2DDE5; }

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

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

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

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

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

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

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

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