#FDD9EA

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

Shades of Pig Pink #FDD9EA

Tints of Pig Pink #FDD9EA

Color information

#FDD9EA (or 0xFDD9EA) is unknown color: approx Pig Pink. HEX triplet: FD, D9 and EA. RGB value is (253,217,234). Sum of RGB (Red+Green+Blue) = 253+217+234=704 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.94% from 704); Green value is 217 (85.16% from 255 or 30.82% from 704); Blue value is 234 (91.80% from 255 or 33.24% from 704); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD9EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD9EA is #022615. Grayscale: #E5E5E5. Windows color (decimal): -140822 or 15391229. OLE color: 15391229.

HSL color Cylindrical-coordinate representation of color #FDD9EA: hue angle of 331.67º 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 #FDD9EA is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB253217234-
CMYK00.140.080.01
HSL331.67º90%92.16%-
HSV(B)331.67º14.23%99.22%-
XYZ80.1776.4588.37-
YUV229.7130.43144.62-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.94%
GREEN value IS 217 (85.16% from 255) = 30.82%
BLUE value IS 234 (91.80% from 255) = 33.24%
R=35.94%
G=30.82%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321723400.140.080.01331.679092.16
HexFDD9EA0E8114c5a5c
Octal375331352016101514132134
Binary111111011101100111101010011101000110100110010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD9EA; }

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

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

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

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

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

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

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

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