#FFDCF0

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

Shades of Pig Pink #FFDCF0

Tints of Pig Pink #FFDCF0

Color information

#FFDCF0 (or 0xFFDCF0) is unknown color: approx Pig Pink. HEX triplet: FF, DC and F0. RGB value is (255,220,240). Sum of RGB (Red+Green+Blue) = 255+220+240=715 (94% of max value = 765). Red value is 255 (100% from 255 or 35.66% from 715); Green value is 220 (86.33% from 255 or 30.77% from 715); Blue value is 240 (94.14% from 255 or 33.57% from 715); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDCF0 is #00230F. Grayscale: #E8E8E8. Windows color (decimal): -8976 or 15785215. OLE color: 15785215.

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

Color convert

RGB255220240-
CMYK00.140.060
HSL325.71º100%93.14%-
HSV(B)325.71º13.73%100%-
XYZ82.5678.7493.28-
YUV232.74132.1143.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.66%
GREEN value IS 220 (86.33% from 255) = 30.77%
BLUE value IS 240 (94.14% from 255) = 33.57%
R=35.66%
G=30.77%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522024000.140.060325.7110093.14
HexFFDCF00E60146645d
Octal37733436001660506144135
Binary11111111110111001111000001110110010100011011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCF0; }

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

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

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

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

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

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

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

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