#FBDBED

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

Shades of Pig Pink #FBDBED

Tints of Pig Pink #FBDBED

Color information

#FBDBED (or 0xFBDBED) is unknown color: approx Pig Pink. HEX triplet: FB, DB and ED. RGB value is (251,219,237). Sum of RGB (Red+Green+Blue) = 251+219+237=707 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.50% from 707); Green value is 219 (85.94% from 255 or 30.98% from 707); Blue value is 237 (92.97% from 255 or 33.52% from 707); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDBED is #042412. Grayscale: #E6E6E6. Windows color (decimal): -271379 or 15588347. OLE color: 15588347.

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

Color convert

RGB251219237-
CMYK00.130.060.02
HSL326.25º80%92.16%-
HSV(B)326.25º12.75%98.43%-
XYZ80.477.2990.8-
YUV230.62131.6142.54-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.50%
GREEN value IS 219 (85.94% from 255) = 30.98%
BLUE value IS 237 (92.97% from 255) = 33.52%
R=35.50%
G=30.98%
B=33.52%

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
Decimal25121923700.130.060.02326.258092.16
HexFBDBED0D62146505c
Octal37333335501562506120134
Binary111110111101101111101101011011101010100011010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDBED; }

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

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

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

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

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

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

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

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