#FFDCF5

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

Shades of Pig Pink #FFDCF5

Tints of Pig Pink #FFDCF5

Color information

#FFDCF5 (or 0xFFDCF5) is unknown color: approx Pig Pink. HEX triplet: FF, DC and F5. RGB value is (255,220,245). Sum of RGB (Red+Green+Blue) = 255+220+245=720 (95% of max value = 765). Red value is 255 (100% from 255 or 35.42% from 720); Green value is 220 (86.33% from 255 or 30.56% from 720); Blue value is 245 (96.09% from 255 or 34.03% from 720); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDCF5 is #00230A. Grayscale: #E9E9E9. Windows color (decimal): -8971 or 16112895. OLE color: 16112895.

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

Color convert

RGB255220245-
CMYK00.140.040
HSL317.14º100%93.14%-
HSV(B)317.14º13.73%100%-
XYZ83.3179.0497.25-
YUV233.32134.6143.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.42%
GREEN value IS 220 (86.33% from 255) = 30.56%
BLUE value IS 245 (96.09% from 255) = 34.03%
R=35.42%
G=30.56%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522024500.140.040317.1410093.14
HexFFDCF50E4013d645d
Octal37733436501640475144135
Binary11111111110111001111010101110100010011110111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCF5; }

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

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

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

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

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

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

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

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