#FFDCF6

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

Shades of Pig Pink #FFDCF6

Tints of Pig Pink #FFDCF6

Color information

#FFDCF6 (or 0xFFDCF6) is unknown color: approx Pig Pink. HEX triplet: FF, DC and F6. RGB value is (255,220,246). Sum of RGB (Red+Green+Blue) = 255+220+246=721 (95% of max value = 765). Red value is 255 (100% from 255 or 35.37% from 721); Green value is 220 (86.33% from 255 or 30.51% from 721); Blue value is 246 (96.48% from 255 or 34.12% from 721); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDCF6 is #002309. Grayscale: #E9E9E9. Windows color (decimal): -8970 or 16178431. OLE color: 16178431.

HSL color Cylindrical-coordinate representation of color #FFDCF6: hue angle of 315.43º 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 #FFDCF6 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB255220246-
CMYK00.140.040
HSL315.43º100%93.14%-
HSV(B)315.43º13.73%100%-
XYZ83.4779.198.06-
YUV233.43135.1143.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.37%
GREEN value IS 220 (86.33% from 255) = 30.51%
BLUE value IS 246 (96.48% from 255) = 34.12%
R=35.37%
G=30.51%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522024600.140.040315.4310093.14
HexFFDCF60E4013b645d
Octal37733436601640473144135
Binary11111111110111001111011001110100010011101111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCF6; }

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

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

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

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

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

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

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

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