#FBD4DF

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

Shades of Pig Pink #FBD4DF

Tints of Pig Pink #FBD4DF

Color information

#FBD4DF (or 0xFBD4DF) is unknown color: approx Pig Pink. HEX triplet: FB, D4 and DF. RGB value is (251,212,223). Sum of RGB (Red+Green+Blue) = 251+212+223=686 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.59% from 686); Green value is 212 (83.20% from 255 or 30.90% from 686); Blue value is 223 (87.5% from 255 or 32.51% from 686); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD4DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD4DF is #042B20. Grayscale: #E0E0E0. Windows color (decimal): -273185 or 14669051. OLE color: 14669051.

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

Color convert

RGB251212223-
CMYK00.160.110.02
HSL343.08º82.98%90.78%-
HSV(B)343.08º15.54%98.43%-
XYZ76.6572.9279.85-
YUV224.92126.92146.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.59%
GREEN value IS 212 (83.20% from 255) = 30.90%
BLUE value IS 223 (87.5% from 255) = 32.51%
R=36.59%
G=30.90%
B=32.51%

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
Decimal25121222300.160.110.02343.0882.9890.78
HexFBD4DF010B2157535b
Octal373324337020132527123133
Binary11111011110101001101111101000010111010101011110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD4DF; }

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

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

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

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

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

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

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

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