#FBD2DF

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

Shades of Pig Pink #FBD2DF

Tints of Pig Pink #FBD2DF

Color information

#FBD2DF (or 0xFBD2DF) is unknown color: approx Pig Pink. HEX triplet: FB, D2 and DF. RGB value is (251,210,223). Sum of RGB (Red+Green+Blue) = 251+210+223=684 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.70% from 684); Green value is 210 (82.42% from 255 or 30.70% from 684); Blue value is 223 (87.5% from 255 or 32.60% from 684); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD2DF is #042D20. Grayscale: #DFDFDF. Windows color (decimal): -273697 or 14668539. OLE color: 14668539.

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

Color convert

RGB251210223-
CMYK00.160.110.02
HSL340.98º83.67%90.39%-
HSV(B)340.98º16.33%98.43%-
XYZ76.1571.9379.68-
YUV223.74127.58147.44-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.70%
GREEN value IS 210 (82.42% from 255) = 30.70%
BLUE value IS 223 (87.5% from 255) = 32.60%
R=36.70%
G=30.70%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121022300.160.110.02340.9883.6790.39
HexFBD2DF010B2155545a
Octal373322337020132525124132
Binary11111011110100101101111101000010111010101010110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD2DF; }

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

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

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

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

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

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

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

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