#FBD8EC

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

Shades of Pig Pink #FBD8EC

Tints of Pig Pink #FBD8EC

Color information

#FBD8EC (or 0xFBD8EC) is unknown color: approx Pig Pink. HEX triplet: FB, D8 and EC. RGB value is (251,216,236). Sum of RGB (Red+Green+Blue) = 251+216+236=703 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.70% from 703); Green value is 216 (84.77% from 255 or 30.73% from 703); Blue value is 236 (92.58% from 255 or 33.57% from 703); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD8EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBD8EC is #042713. Grayscale: #E4E4E4. Windows color (decimal): -272148 or 15522043. OLE color: 15522043.

HSL color Cylindrical-coordinate representation of color #FBD8EC: hue angle of 325.71º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FBD8EC is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB251216236-
CMYK00.140.060.02
HSL325.71º81.4%91.57%-
HSV(B)325.71º13.94%98.43%-
XYZ79.4875.6889.77-
YUV228.74132.1143.87-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.70%
GREEN value IS 216 (84.77% from 255) = 30.73%
BLUE value IS 236 (92.58% from 255) = 33.57%
R=35.70%
G=30.73%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121623600.140.060.02325.7181.491.57
HexFBD8EC0E62146515c
Octal37333035401662506121134
Binary111110111101100011101100011101101010100011010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBD8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBD8EC; }

 p { color: rgb(251,216,236); }

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

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

 a { background-color: rgb(251,216,236); }

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

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

 span { border-color: rgb(251,216,236); }

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