#FBDCEB

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

Shades of Pig Pink #FBDCEB

Tints of Pig Pink #FBDCEB

Color information

#FBDCEB (or 0xFBDCEB) is unknown color: approx Pig Pink. HEX triplet: FB, DC and EB. RGB value is (251,220,235). Sum of RGB (Red+Green+Blue) = 251+220+235=706 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.55% from 706); Green value is 220 (86.33% from 255 or 31.16% from 706); Blue value is 235 (92.19% from 255 or 33.29% from 706); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDCEB is #042314. Grayscale: #E6E6E6. Windows color (decimal): -271125 or 15457531. OLE color: 15457531.

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

Color convert

RGB251220235-
CMYK00.120.060.02
HSL330.97º79.49%92.35%-
HSV(B)330.97º12.35%98.43%-
XYZ80.3777.6989.36-
YUV230.98130.27142.28-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.55%
GREEN value IS 220 (86.33% from 255) = 31.16%
BLUE value IS 235 (92.19% from 255) = 33.29%
R=35.55%
G=31.16%
B=33.29%

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
Decimal25122023500.120.060.02330.9779.4992.35
HexFBDCEB0C6214b4f5c
Octal37333435301462513117134
Binary111110111101110011101011011001101010100101110011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDCEB; }

 p { color: rgb(251,220,235); }

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

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

 a { background-color: rgb(251,220,235); }

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

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

 span { border-color: rgb(251,220,235); }

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