#FBD6E1

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

Shades of Pig Pink #FBD6E1

Tints of Pig Pink #FBD6E1

Color information

#FBD6E1 (or 0xFBD6E1) is unknown color: approx Pig Pink. HEX triplet: FB, D6 and E1. RGB value is (251,214,225). Sum of RGB (Red+Green+Blue) = 251+214+225=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 214 (83.98% from 255 or 31.01% from 690); Blue value is 225 (88.28% from 255 or 32.61% from 690); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD6E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD6E1 is #04291E. Grayscale: #E2E2E2. Windows color (decimal): -272671 or 14800635. OLE color: 14800635.

HSL color Cylindrical-coordinate representation of color #FBD6E1: hue angle of 342.16º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FBD6E1 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB251214225-
CMYK00.150.100.02
HSL342.16º82.22%91.18%-
HSV(B)342.16º14.74%98.43%-
XYZ77.4274.0481.44-
YUV226.32127.26145.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.38%
GREEN value IS 214 (83.98% from 255) = 31.01%
BLUE value IS 225 (88.28% from 255) = 32.61%
R=36.38%
G=31.01%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121422500.150.100.02342.1682.2291.18
HexFBD6E10FA2156525b
Octal373326341017122526122133
Binary1111101111010110111000010111110101010101011010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD6E1; }

 p { color: rgb(251,214,225); }

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

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

 a { background-color: rgb(251,214,225); }

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

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

 span { border-color: rgb(251,214,225); }

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