#FBD4E6

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

Shades of Pig Pink #FBD4E6

Tints of Pig Pink #FBD4E6

Color information

#FBD4E6 (or 0xFBD4E6) is unknown color: approx Pig Pink. HEX triplet: FB, D4 and E6. RGB value is (251,212,230). Sum of RGB (Red+Green+Blue) = 251+212+230=693 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.22% from 693); Green value is 212 (83.20% from 255 or 30.59% from 693); Blue value is 230 (90.23% from 255 or 33.19% from 693); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD4E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD4E6 is #042B19. Grayscale: #E1E1E1. Windows color (decimal): -273178 or 15127803. OLE color: 15127803.

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

Color convert

RGB251212230-
CMYK00.160.080.02
HSL332.31º82.98%90.78%-
HSV(B)332.31º15.54%98.43%-
XYZ77.6173.3184.92-
YUV225.71130.42146.04-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.22%
GREEN value IS 212 (83.20% from 255) = 30.59%
BLUE value IS 230 (90.23% from 255) = 33.19%
R=36.22%
G=30.59%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121223000.160.080.02332.3182.9890.78
HexFBD4E60108214c535b
Octal373324346020102514123133
Binary11111011110101001110011001000010001010100110010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD4E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD4E6; }

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

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

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

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

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

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

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

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