#FDD0E9

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

Shades of Pig Pink #FDD0E9

Tints of Pig Pink #FDD0E9

Color information

#FDD0E9 (or 0xFDD0E9) is unknown color: approx Pig Pink. HEX triplet: FD, D0 and E9. RGB value is (253,208,233). Sum of RGB (Red+Green+Blue) = 253+208+233=694 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.46% from 694); Green value is 208 (81.64% from 255 or 29.97% from 694); Blue value is 233 (91.41% from 255 or 33.57% from 694); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD0E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD0E9 is #022F16. Grayscale: #E0E0E0. Windows color (decimal): -143127 or 15323389. OLE color: 15323389.

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

Color convert

RGB253208233-
CMYK00.180.080.01
HSL326.67º91.84%90.39%-
HSV(B)326.67º17.79%99.22%-
XYZ77.7771.8886.87-
YUV224.3132.91148.47-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.46%
GREEN value IS 208 (81.64% from 255) = 29.97%
BLUE value IS 233 (91.41% from 255) = 33.57%
R=36.46%
G=29.97%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320823300.180.080.01326.6791.8490.39
HexFDD0E9012811475c5a
Octal375320351022101507134132
Binary1111110111010000111010010100101000110100011110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD0E9; }

 p { color: rgb(253,208,233); }

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

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

 a { background-color: rgb(253,208,233); }

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

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

 span { border-color: rgb(253,208,233); }

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