#FBDDEC

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

Shades of Pig Pink #FBDDEC

Tints of Pig Pink #FBDDEC

Color information

#FBDDEC (or 0xFBDDEC) is unknown color: approx Pig Pink. HEX triplet: FB, DD and EC. RGB value is (251,221,236). Sum of RGB (Red+Green+Blue) = 251+221+236=708 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.45% from 708); Green value is 221 (86.72% from 255 or 31.21% from 708); Blue value is 236 (92.58% from 255 or 33.33% from 708); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDDEC is #042213. Grayscale: #E7E7E7. Windows color (decimal): -270868 or 15523323. OLE color: 15523323.

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

Color convert

RGB251221236-
CMYK00.120.060.02
HSL330º78.95%92.55%-
HSV(B)330º11.95%98.43%-
XYZ80.7878.2890.21-
YUV231.68130.44141.78-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.45%
GREEN value IS 221 (86.72% from 255) = 31.21%
BLUE value IS 236 (92.58% from 255) = 33.33%
R=35.45%
G=31.21%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122123600.120.060.0233078.9592.55
HexFBDDEC0C6214a4f5d
Octal37333535401462512117135
Binary111110111101110111101100011001101010100101010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDDEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDDEC; }

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

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

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

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

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

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

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

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