#FDD0E1

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

Shades of Pig Pink #FDD0E1

Tints of Pig Pink #FDD0E1

Color information

#FDD0E1 (or 0xFDD0E1) is unknown color: approx Pig Pink. HEX triplet: FD, D0 and E1. RGB value is (253,208,225). Sum of RGB (Red+Green+Blue) = 253+208+225=686 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.88% from 686); Green value is 208 (81.64% from 255 or 30.32% from 686); Blue value is 225 (88.28% from 255 or 32.80% from 686); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD0E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD0E1 is #022F1E. Grayscale: #DFDFDF. Windows color (decimal): -143135 or 14799101. OLE color: 14799101.

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

Color convert

RGB253208225-
CMYK00.180.110.01
HSL337.33º91.84%90.39%-
HSV(B)337.33º17.79%99.22%-
XYZ76.6571.4380.98-
YUV223.39128.91149.12-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.88%
GREEN value IS 208 (81.64% from 255) = 30.32%
BLUE value IS 225 (88.28% from 255) = 32.80%
R=36.88%
G=30.32%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320822500.180.110.01337.3391.8490.39
HexFDD0E1012B11515c5a
Octal375320341022131521134132
Binary1111110111010000111000010100101011110101000110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD0E1; }

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

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

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

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

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

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

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

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