#FBD3EF

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

Shades of Pig Pink #FBD3EF

Tints of Pig Pink #FBD3EF

Color information

#FBD3EF (or 0xFBD3EF) is unknown color: approx Pig Pink. HEX triplet: FB, D3 and EF. RGB value is (251,211,239). Sum of RGB (Red+Green+Blue) = 251+211+239=701 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.81% from 701); Green value is 211 (82.81% from 255 or 30.10% from 701); Blue value is 239 (93.75% from 255 or 34.09% from 701); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD3EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD3EF is #042C10. Grayscale: #E2E2E2. Windows color (decimal): -273425 or 15717371. OLE color: 15717371.

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

Color convert

RGB251211239-
CMYK00.160.050.02
HSL318º83.33%90.59%-
HSV(B)318º15.94%98.43%-
XYZ78.6673.3391.67-
YUV226.15135.25145.72-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.81%
GREEN value IS 211 (82.81% from 255) = 30.10%
BLUE value IS 239 (93.75% from 255) = 34.09%
R=35.81%
G=30.10%
B=34.09%

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
Decimal25121123900.160.050.0231883.3390.59
HexFBD3EF0105213e535b
Octal37332335702052476123133
Binary1111101111010011111011110100001011010011111010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD3EF; }

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

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

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

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

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

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

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

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