#F5DDEB

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

Shades of Pig Pink #F5DDEB

Tints of Pig Pink #F5DDEB

Color information

#F5DDEB (or 0xF5DDEB) is unknown color: approx Pig Pink. HEX triplet: F5, DD and EB. RGB value is (245,221,235). Sum of RGB (Red+Green+Blue) = 245+221+235=701 (92% of max value = 765). Red value is 245 (96.09% from 255 or 34.95% from 701); Green value is 221 (86.72% from 255 or 31.53% from 701); Blue value is 235 (92.19% from 255 or 33.52% from 701); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5DDEB is #0A2214. Grayscale: #E5E5E5. Windows color (decimal): -664085 or 15457781. OLE color: 15457781.

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

Color convert

RGB245221235-
CMYK00.100.040.04
HSL325º54.55%91.37%-
HSV(B)325º9.8%96.08%-
XYZ78.5177.1289.35-
YUV229.77130.95138.86-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.95%
GREEN value IS 221 (86.72% from 255) = 31.53%
BLUE value IS 235 (92.19% from 255) = 33.52%
R=34.95%
G=31.53%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522123500.100.040.0432554.5591.37
HexF5DDEB0A44145375b
Octal3653353530124450567133
Binary111101011101110111101011010101001001010001011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5DDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5DDEB; }

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

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

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

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

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

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

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

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