#FFD8F6

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

Shades of Pig Pink #FFD8F6

Tints of Pig Pink #FFD8F6

Color information

#FFD8F6 (or 0xFFD8F6) is unknown color: approx Pig Pink. HEX triplet: FF, D8 and F6. RGB value is (255,216,246). Sum of RGB (Red+Green+Blue) = 255+216+246=717 (94% of max value = 765). Red value is 255 (100% from 255 or 35.56% from 717); Green value is 216 (84.77% from 255 or 30.13% from 717); Blue value is 246 (96.48% from 255 or 34.31% from 717); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD8F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFD8F6 is #002709. Grayscale: #E7E7E7. Windows color (decimal): -9994 or 16177407. OLE color: 16177407.

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

Color convert

RGB255216246-
CMYK00.150.040
HSL313.85º100%92.35%-
HSV(B)313.85º15.29%100%-
XYZ82.4377.0397.71-
YUV231.08136.42145.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.56%
GREEN value IS 216 (84.77% from 255) = 30.13%
BLUE value IS 246 (96.48% from 255) = 34.31%
R=35.56%
G=30.13%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521624600.150.040313.8510092.35
HexFFD8F60F4013a645c
Octal37733036601740472144134
Binary11111111110110001111011001111100010011101011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD8F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD8F6; }

 p { color: rgb(255,216,246); }

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

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

 a { background-color: rgb(255,216,246); }

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

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

 span { border-color: rgb(255,216,246); }

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