#FFDCF1

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

Shades of Pig Pink #FFDCF1

Tints of Pig Pink #FFDCF1

Color information

#FFDCF1 (or 0xFFDCF1) is unknown color: approx Pig Pink. HEX triplet: FF, DC and F1. RGB value is (255,220,241). Sum of RGB (Red+Green+Blue) = 255+220+241=716 (94% of max value = 765). Red value is 255 (100% from 255 or 35.61% from 716); Green value is 220 (86.33% from 255 or 30.73% from 716); Blue value is 241 (94.53% from 255 or 33.66% from 716); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDCF1 is #00230E. Grayscale: #E8E8E8. Windows color (decimal): -8975 or 15850751. OLE color: 15850751.

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

Color convert

RGB255220241-
CMYK00.140.050
HSL324º100%93.14%-
HSV(B)324º13.73%100%-
XYZ82.7178.894.07-
YUV232.86132.6143.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.61%
GREEN value IS 220 (86.33% from 255) = 30.73%
BLUE value IS 241 (94.53% from 255) = 33.66%
R=35.61%
G=30.73%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522024100.140.05032410093.14
HexFFDCF10E50144645d
Octal37733436101650504144135
Binary11111111110111001111000101110101010100010011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDCF1; }

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

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

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

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

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

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

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

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