#FBD1E8

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

Shades of Pig Pink #FBD1E8

Tints of Pig Pink #FBD1E8

Color information

#FBD1E8 (or 0xFBD1E8) is unknown color: approx Pig Pink. HEX triplet: FB, D1 and E8. RGB value is (251,209,232). Sum of RGB (Red+Green+Blue) = 251+209+232=692 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.27% from 692); Green value is 209 (82.03% from 255 or 30.20% from 692); Blue value is 232 (91.02% from 255 or 33.53% from 692); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD1E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD1E8 is #042E17. Grayscale: #E0E0E0. Windows color (decimal): -273944 or 15258107. OLE color: 15258107.

HSL color Cylindrical-coordinate representation of color #FBD1E8: hue angle of 327.14º 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 #FBD1E8 is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB251209232-
CMYK00.170.080.02
HSL327.14º84%90.2%-
HSV(B)327.14º16.73%98.43%-
XYZ77.1571.9486.16-
YUV224.18132.41147.13-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.27%
GREEN value IS 209 (82.03% from 255) = 30.20%
BLUE value IS 232 (91.02% from 255) = 33.53%
R=36.27%
G=30.20%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120923200.170.080.02327.148490.2
HexFBD1E801182147545a
Octal373321350021102507124132
Binary11111011110100011110100001000110001010100011110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD1E8; }

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

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

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

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

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

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

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

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