#F5DDED

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

Shades of Pig Pink #F5DDED

Tints of Pig Pink #F5DDED

Color information

#F5DDED (or 0xF5DDED) is unknown color: approx Pig Pink. HEX triplet: F5, DD and ED. RGB value is (245,221,237). Sum of RGB (Red+Green+Blue) = 245+221+237=703 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.85% from 703); Green value is 221 (86.72% from 255 or 31.44% from 703); Blue value is 237 (92.97% from 255 or 33.71% from 703); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DDED is #0A2212. Grayscale: #E5E5E5. Windows color (decimal): -664083 or 15588853. OLE color: 15588853.

HSL color Cylindrical-coordinate representation of color #F5DDED: hue angle of 320º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F5DDED is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB245221237-
CMYK00.100.030.04
HSL320º54.55%91.37%-
HSV(B)320º9.8%96.08%-
XYZ78.877.2490.88-
YUV230131.95138.7-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.85%
GREEN value IS 221 (86.72% from 255) = 31.44%
BLUE value IS 237 (92.97% from 255) = 33.71%
R=34.85%
G=31.44%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522123700.100.030.0432054.5591.37
HexF5DDED0A34140375b
Octal3653353550123450067133
Binary11110101110111011110110101010111001010000001101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DDED; }

 p { color: rgb(245,221,237); }

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

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

 a { background-color: rgb(245,221,237); }

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

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

 span { border-color: rgb(245,221,237); }

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