#FBDBEC

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

Shades of Pig Pink #FBDBEC

Tints of Pig Pink #FBDBEC

Color information

#FBDBEC (or 0xFBDBEC) is unknown color: approx Pig Pink. HEX triplet: FB, DB and EC. RGB value is (251,219,236). Sum of RGB (Red+Green+Blue) = 251+219+236=706 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.55% from 706); Green value is 219 (85.94% from 255 or 31.02% from 706); Blue value is 236 (92.58% from 255 or 33.43% from 706); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDBEC is #042413. Grayscale: #E6E6E6. Windows color (decimal): -271380 or 15522811. OLE color: 15522811.

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

Color convert

RGB251219236-
CMYK00.130.060.02
HSL328.12º80%92.16%-
HSV(B)328.12º12.75%98.43%-
XYZ80.2677.2390.03-
YUV230.51131.1142.62-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.55%
GREEN value IS 219 (85.94% from 255) = 31.02%
BLUE value IS 236 (92.58% from 255) = 33.43%
R=35.55%
G=31.02%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121923600.130.060.02328.128092.16
HexFBDBEC0D62148505c
Octal37333335401562510120134
Binary111110111101101111101100011011101010100100010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDBEC; }

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

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

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

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

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

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

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

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