#FBD4EF

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

Shades of Pig Pink #FBD4EF

Tints of Pig Pink #FBD4EF

Color information

#FBD4EF (or 0xFBD4EF) is unknown color: approx Pig Pink. HEX triplet: FB, D4 and EF. RGB value is (251,212,239). Sum of RGB (Red+Green+Blue) = 251+212+239=702 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.75% from 702); Green value is 212 (83.20% from 255 or 30.20% from 702); Blue value is 239 (93.75% from 255 or 34.05% from 702); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD4EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD4EF is #042B10. Grayscale: #E2E2E2. Windows color (decimal): -273169 or 15717627. OLE color: 15717627.

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

Color convert

RGB251212239-
CMYK00.160.050.02
HSL318.46º82.98%90.78%-
HSV(B)318.46º15.54%98.43%-
XYZ78.9173.8391.75-
YUV226.74134.92145.3-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.75%
GREEN value IS 212 (83.20% from 255) = 30.20%
BLUE value IS 239 (93.75% from 255) = 34.05%
R=35.75%
G=30.20%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121223900.160.050.02318.4682.9890.78
HexFBD4EF0105213e535b
Octal37332435702052476123133
Binary1111101111010100111011110100001011010011111010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD4EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD4EF; }

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

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

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

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

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

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

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

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