#FFDCED

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

Shades of Pig Pink #FFDCED

Tints of Pig Pink #FFDCED

Color information

#FFDCED (or 0xFFDCED) is unknown color: approx Pig Pink. HEX triplet: FF, DC and ED. RGB value is (255,220,237). Sum of RGB (Red+Green+Blue) = 255+220+237=712 (94% of max value = 765). Red value is 255 (100% from 255 or 35.81% from 712); Green value is 220 (86.33% from 255 or 30.90% from 712); Blue value is 237 (92.97% from 255 or 33.29% from 712); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDCED is #002312. Grayscale: #E8E8E8. Windows color (decimal): -8979 or 15588607. OLE color: 15588607.

HSL color Cylindrical-coordinate representation of color #FFDCED: hue angle of 330.86º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FFDCED is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB255220237-
CMYK00.140.070
HSL330.86º100%93.14%-
HSV(B)330.86º13.73%100%-
XYZ82.1278.5690.96-
YUV232.4130.6144.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.81%
GREEN value IS 220 (86.33% from 255) = 30.90%
BLUE value IS 237 (92.97% from 255) = 33.29%
R=35.81%
G=30.90%
B=33.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522023700.140.070330.8610093.14
HexFFDCED0E7014b645d
Octal37733435501670513144135
Binary11111111110111001110110101110111010100101111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCED; }

 p { color: rgb(255,220,237); }

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

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

 a { background-color: rgb(255,220,237); }

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

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

 span { border-color: rgb(255,220,237); }

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