#FBD1E9

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

Shades of Pig Pink #FBD1E9

Tints of Pig Pink #FBD1E9

Color information

#FBD1E9 (or 0xFBD1E9) is unknown color: approx Pig Pink. HEX triplet: FB, D1 and E9. RGB value is (251,209,233). Sum of RGB (Red+Green+Blue) = 251+209+233=693 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.22% from 693); Green value is 209 (82.03% from 255 or 30.16% from 693); Blue value is 233 (91.41% from 255 or 33.62% from 693); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD1E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD1E9 is #042E16. Grayscale: #E0E0E0. Windows color (decimal): -273943 or 15323643. OLE color: 15323643.

HSL color Cylindrical-coordinate representation of color #FBD1E9: hue angle of 325.71º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #FBD1E9 is Cyan = 0, Magento = 0.17, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB251209233-
CMYK00.170.070.02
HSL325.71º84%90.2%-
HSV(B)325.71º16.73%98.43%-
XYZ77.2971.9986.91-
YUV224.29132.91147.05-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.22%
GREEN value IS 209 (82.03% from 255) = 30.16%
BLUE value IS 233 (91.41% from 255) = 33.62%
R=36.22%
G=30.16%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120923300.170.070.02325.718490.2
HexFBD1E901172146545a
Octal37332135102172506124132
Binary1111101111010001111010010100011111010100011010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD1E9; }

 p { color: rgb(251,209,233); }

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

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

 a { background-color: rgb(251,209,233); }

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

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

 span { border-color: rgb(251,209,233); }

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