#FBD4EB

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

Shades of Pig Pink #FBD4EB

Tints of Pig Pink #FBD4EB

Color information

#FBD4EB (or 0xFBD4EB) is unknown color: approx Pig Pink. HEX triplet: FB, D4 and EB. RGB value is (251,212,235). Sum of RGB (Red+Green+Blue) = 251+212+235=698 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.96% from 698); Green value is 212 (83.20% from 255 or 30.37% from 698); Blue value is 235 (92.19% from 255 or 33.67% from 698); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD4EB is #042B14. Grayscale: #E2E2E2. Windows color (decimal): -273173 or 15455483. OLE color: 15455483.

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

Color convert

RGB251212235-
CMYK00.160.060.02
HSL324.62º82.98%90.78%-
HSV(B)324.62º15.54%98.43%-
XYZ78.3273.5988.67-
YUV226.28132.92145.63-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.96%
GREEN value IS 212 (83.20% from 255) = 30.37%
BLUE value IS 235 (92.19% from 255) = 33.67%
R=35.96%
G=30.37%
B=33.67%

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
Decimal25121223500.160.060.02324.6282.9890.78
HexFBD4EB01062145535b
Octal37332435302062505123133
Binary1111101111010100111010110100001101010100010110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD4EB; }

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

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

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

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

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

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

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

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