#FDD6E6

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

Shades of Pig Pink #FDD6E6

Tints of Pig Pink #FDD6E6

Color information

#FDD6E6 (or 0xFDD6E6) is unknown color: approx Pig Pink. HEX triplet: FD, D6 and E6. RGB value is (253,214,230). Sum of RGB (Red+Green+Blue) = 253+214+230=697 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.30% from 697); Green value is 214 (83.98% from 255 or 30.70% from 697); Blue value is 230 (90.23% from 255 or 33.00% from 697); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD6E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD6E6 is #022919. Grayscale: #E3E3E3. Windows color (decimal): -141594 or 15128317. OLE color: 15128317.

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

Color convert

RGB253214230-
CMYK00.150.090.01
HSL335.38º90.7%91.57%-
HSV(B)335.38º15.42%99.22%-
XYZ78.8474.6985.12-
YUV227.48129.42146.2-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.30%
GREEN value IS 214 (83.98% from 255) = 30.70%
BLUE value IS 230 (90.23% from 255) = 33.00%
R=36.30%
G=30.70%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321423000.150.090.01335.3890.791.57
HexFDD6E60F9114f5b5c
Octal375326346017111517133134
Binary111111011101011011100110011111001110100111110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD6E6; }

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

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

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

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

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

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

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

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