#FFD4F1

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

Shades of Pig Pink #FFD4F1

Tints of Pig Pink #FFD4F1

Color information

#FFD4F1 (or 0xFFD4F1) is unknown color: approx Pig Pink. HEX triplet: FF, D4 and F1. RGB value is (255,212,241). Sum of RGB (Red+Green+Blue) = 255+212+241=708 (93% of max value = 765). Red value is 255 (100% from 255 or 36.02% from 708); Green value is 212 (83.20% from 255 or 29.94% from 708); Blue value is 241 (94.53% from 255 or 34.04% from 708); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD4F1 is #002B0E. Grayscale: #E4E4E4. Windows color (decimal): -11023 or 15848703. OLE color: 15848703.

HSL color Cylindrical-coordinate representation of color #FFD4F1: hue angle of 319.53º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FFD4F1 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB255212241-
CMYK00.170.050
HSL319.53º100%91.57%-
HSV(B)319.53º16.86%100%-
XYZ80.6674.793.39-
YUV228.16135.25147.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.02%
GREEN value IS 212 (83.20% from 255) = 29.94%
BLUE value IS 241 (94.53% from 255) = 34.04%
R=36.02%
G=29.94%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521224100.170.050319.5310091.57
HexFFD4F101150140645c
Octal37732436102150500144134
Binary111111111101010011110001010001101010100000011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD4F1; }

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

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

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

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

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

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

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

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