#FBDDE9

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

Shades of Pig Pink #FBDDE9

Tints of Pig Pink #FBDDE9

Color information

#FBDDE9 (or 0xFBDDE9) is unknown color: approx Pig Pink. HEX triplet: FB, DD and E9. RGB value is (251,221,233). Sum of RGB (Red+Green+Blue) = 251+221+233=705 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.60% from 705); Green value is 221 (86.72% from 255 or 31.35% from 705); Blue value is 233 (91.41% from 255 or 33.05% from 705); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDDE9 is #042216. Grayscale: #E7E7E7. Windows color (decimal): -270871 or 15326715. OLE color: 15326715.

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

Color convert

RGB251221233-
CMYK00.120.070.02
HSL336º78.95%92.55%-
HSV(B)336º11.95%98.43%-
XYZ80.3578.1187.93-
YUV231.34128.94142.02-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.60%
GREEN value IS 221 (86.72% from 255) = 31.35%
BLUE value IS 233 (91.41% from 255) = 33.05%
R=35.60%
G=31.35%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122123300.120.070.0233678.9592.55
HexFBDDE90C721504f5d
Octal37333535101472520117135
Binary111110111101110111101001011001111010101000010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDDE9; }

 p { color: rgb(251,221,233); }

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

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

 a { background-color: rgb(251,221,233); }

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

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

 span { border-color: rgb(251,221,233); }

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