#FBDBE5

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

Shades of Pig Pink #FBDBE5

Tints of Pig Pink #FBDBE5

Color information

#FBDBE5 (or 0xFBDBE5) is unknown color: approx Pig Pink. HEX triplet: FB, DB and E5. RGB value is (251,219,229). Sum of RGB (Red+Green+Blue) = 251+219+229=699 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.91% from 699); Green value is 219 (85.94% from 255 or 31.33% from 699); Blue value is 229 (89.84% from 255 or 32.76% from 699); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDBE5 is #04241A. Grayscale: #E5E5E5. Windows color (decimal): -271387 or 15064059. OLE color: 15064059.

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

Color convert

RGB251219229-
CMYK00.130.090.02
HSL341.25º80%92.16%-
HSV(B)341.25º12.75%98.43%-
XYZ79.2676.8384.78-
YUV229.71127.6143.19-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.91%
GREEN value IS 219 (85.94% from 255) = 31.33%
BLUE value IS 229 (89.84% from 255) = 32.76%
R=35.91%
G=31.33%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121922900.130.090.02341.258092.16
HexFBDBE50D92155505c
Octal373333345015112525120134
Binary1111101111011011111001010110110011010101010110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDBE5; }

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

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

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

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

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

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

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

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