#FDD9EB

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

Shades of Pig Pink #FDD9EB

Tints of Pig Pink #FDD9EB

Color information

#FDD9EB (or 0xFDD9EB) is unknown color: approx Pig Pink. HEX triplet: FD, D9 and EB. RGB value is (253,217,235). Sum of RGB (Red+Green+Blue) = 253+217+235=705 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.89% from 705); Green value is 217 (85.16% from 255 or 30.78% from 705); Blue value is 235 (92.19% from 255 or 33.33% from 705); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD9EB is #022614. Grayscale: #E5E5E5. Windows color (decimal): -140821 or 15456765. OLE color: 15456765.

HSL color Cylindrical-coordinate representation of color #FDD9EB: hue angle of 330º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDD9EB is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB253217235-
CMYK00.140.070.01
HSL330º90%92.16%-
HSV(B)330º14.23%99.22%-
XYZ80.3276.5189.13-
YUV229.82130.93144.54-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.89%
GREEN value IS 217 (85.16% from 255) = 30.78%
BLUE value IS 235 (92.19% from 255) = 33.33%
R=35.89%
G=30.78%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321723500.140.070.013309092.16
HexFDD9EB0E7114a5a5c
Octal37533135301671512132134
Binary11111101110110011110101101110111110100101010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD9EB; }

 p { color: rgb(253,217,235); }

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

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

 a { background-color: rgb(253,217,235); }

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

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

 span { border-color: rgb(253,217,235); }

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