#FBDBEA

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

Shades of Pig Pink #FBDBEA

Tints of Pig Pink #FBDBEA

Color information

#FBDBEA (or 0xFBDBEA) is unknown color: approx Pig Pink. HEX triplet: FB, DB and EA. RGB value is (251,219,234). Sum of RGB (Red+Green+Blue) = 251+219+234=704 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.65% from 704); Green value is 219 (85.94% from 255 or 31.11% from 704); Blue value is 234 (91.80% from 255 or 33.24% from 704); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDBEA is #042415. Grayscale: #E6E6E6. Windows color (decimal): -271382 or 15391739. OLE color: 15391739.

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

Color convert

RGB251219234-
CMYK00.130.070.02
HSL331.88º80%92.16%-
HSV(B)331.88º12.75%98.43%-
XYZ79.9777.1188.51-
YUV230.28130.1142.78-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.65%
GREEN value IS 219 (85.94% from 255) = 31.11%
BLUE value IS 234 (91.80% from 255) = 33.24%
R=35.65%
G=31.11%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121923400.130.070.02331.888092.16
HexFBDBEA0D7214c505c
Octal37333335201572514120134
Binary111110111101101111101010011011111010100110010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDBEA; }

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

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

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

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

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

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

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

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