#FFDCF4

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

Shades of Pig Pink #FFDCF4

Tints of Pig Pink #FFDCF4

Color information

#FFDCF4 (or 0xFFDCF4) is unknown color: approx Pig Pink. HEX triplet: FF, DC and F4. RGB value is (255,220,244). Sum of RGB (Red+Green+Blue) = 255+220+244=719 (95% of max value = 765). Red value is 255 (100% from 255 or 35.47% from 719); Green value is 220 (86.33% from 255 or 30.60% from 719); Blue value is 244 (95.70% from 255 or 33.94% from 719); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDCF4 is #00230B. Grayscale: #E9E9E9. Windows color (decimal): -8972 or 16047359. OLE color: 16047359.

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

Color convert

RGB255220244-
CMYK00.140.040
HSL318.86º100%93.14%-
HSV(B)318.86º13.73%100%-
XYZ83.1678.9896.45-
YUV233.2134.1143.55-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.47%
GREEN value IS 220 (86.33% from 255) = 30.60%
BLUE value IS 244 (95.70% from 255) = 33.94%
R=35.47%
G=30.60%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522024400.140.040318.8610093.14
HexFFDCF40E4013f645d
Octal37733436401640477144135
Binary11111111110111001111010001110100010011111111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCF4; }

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

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

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

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

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

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

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

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