#FDD6E0

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

Shades of Pig Pink #FDD6E0

Tints of Pig Pink #FDD6E0

Color information

#FDD6E0 (or 0xFDD6E0) is unknown color: approx Pig Pink. HEX triplet: FD, D6 and E0. RGB value is (253,214,224). Sum of RGB (Red+Green+Blue) = 253+214+224=691 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.61% from 691); Green value is 214 (83.98% from 255 or 30.97% from 691); Blue value is 224 (87.89% from 255 or 32.42% from 691); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD6E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDD6E0 is #02291F. Grayscale: #E2E2E2. Windows color (decimal): -141600 or 14735101. OLE color: 14735101.

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

Color convert

RGB253214224-
CMYK00.150.110.01
HSL344.62º90.7%91.57%-
HSV(B)344.62º15.42%99.22%-
XYZ78.0174.3680.76-
YUV226.8126.42146.69-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.61%
GREEN value IS 214 (83.98% from 255) = 30.97%
BLUE value IS 224 (87.89% from 255) = 32.42%
R=36.61%
G=30.97%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321422400.150.110.01344.6290.791.57
HexFDD6E00FB11595b5c
Octal375326340017131531133134
Binary111111011101011011100000011111011110101100110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD6E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD6E0; }

 p { color: rgb(253,214,224); }

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

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

 a { background-color: rgb(253,214,224); }

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

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

 span { border-color: rgb(253,214,224); }

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