#FBDBE8

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

Shades of Pig Pink #FBDBE8

Tints of Pig Pink #FBDBE8

Color information

#FBDBE8 (or 0xFBDBE8) is unknown color: approx Pig Pink. HEX triplet: FB, DB and E8. RGB value is (251,219,232). Sum of RGB (Red+Green+Blue) = 251+219+232=702 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.75% from 702); Green value is 219 (85.94% from 255 or 31.20% from 702); Blue value is 232 (91.02% from 255 or 33.05% from 702); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDBE8 is #042417. Grayscale: #E6E6E6. Windows color (decimal): -271384 or 15260667. OLE color: 15260667.

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

Color convert

RGB251219232-
CMYK00.130.080.02
HSL335.62º80%92.16%-
HSV(B)335.62º12.75%98.43%-
XYZ79.687787.01-
YUV230.05129.1142.94-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.75%
GREEN value IS 219 (85.94% from 255) = 31.20%
BLUE value IS 232 (91.02% from 255) = 33.05%
R=35.75%
G=31.20%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121923200.130.080.02335.628092.16
HexFBDBE80D82150505c
Octal373333350015102520120134
Binary1111101111011011111010000110110001010101000010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDBE8; }

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

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

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

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

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

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

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

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