#FBD2EC

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

Shades of Pig Pink #FBD2EC

Tints of Pig Pink #FBD2EC

Color information

#FBD2EC (or 0xFBD2EC) is unknown color: approx Pig Pink. HEX triplet: FB, D2 and EC. RGB value is (251,210,236). Sum of RGB (Red+Green+Blue) = 251+210+236=697 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.01% from 697); Green value is 210 (82.42% from 255 or 30.13% from 697); Blue value is 236 (92.58% from 255 or 33.86% from 697); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD2EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD2EC is #042D13. Grayscale: #E1E1E1. Windows color (decimal): -273684 or 15520507. OLE color: 15520507.

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

Color convert

RGB251210236-
CMYK00.160.060.02
HSL321.95º83.67%90.39%-
HSV(B)321.95º16.33%98.43%-
XYZ77.9772.6689.27-
YUV225.22134.08146.39-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.01%
GREEN value IS 210 (82.42% from 255) = 30.13%
BLUE value IS 236 (92.58% from 255) = 33.86%
R=36.01%
G=30.13%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121023600.160.060.02321.9583.6790.39
HexFBD2EC01062142545a
Octal37332235402062502124132
Binary1111101111010010111011000100001101010100001010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD2EC; }

 p { color: rgb(251,210,236); }

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

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

 a { background-color: rgb(251,210,236); }

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

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

 span { border-color: rgb(251,210,236); }

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