#FDD4E4

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

Shades of Pig Pink #FDD4E4

Tints of Pig Pink #FDD4E4

Color information

#FDD4E4 (or 0xFDD4E4) is unknown color: approx Pig Pink. HEX triplet: FD, D4 and E4. RGB value is (253,212,228). Sum of RGB (Red+Green+Blue) = 253+212+228=693 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.51% from 693); Green value is 212 (83.20% from 255 or 30.59% from 693); Blue value is 228 (89.45% from 255 or 32.90% from 693); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD4E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD4E4 is #022B1B. Grayscale: #E2E2E2. Windows color (decimal): -142108 or 14996733. OLE color: 14996733.

HSL color Cylindrical-coordinate representation of color #FDD4E4: hue angle of 336.59º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FDD4E4 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB253212228-
CMYK00.160.100.01
HSL336.59º91.11%91.18%-
HSV(B)336.59º16.21%99.22%-
XYZ78.0673.5783.49-
YUV226.08129.08147.2-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.51%
GREEN value IS 212 (83.20% from 255) = 30.59%
BLUE value IS 228 (89.45% from 255) = 32.90%
R=36.51%
G=30.59%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321222800.160.100.01336.5991.1191.18
HexFDD4E4010A11515b5b
Octal375324344020121521133133
Binary1111110111010100111001000100001010110101000110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD4E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD4E4; }

 p { color: rgb(253,212,228); }

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

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

 a { background-color: rgb(253,212,228); }

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

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

 span { border-color: rgb(253,212,228); }

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