#FBDDE7

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

Shades of Pig Pink #FBDDE7

Tints of Pig Pink #FBDDE7

Color information

#FBDDE7 (or 0xFBDDE7) is unknown color: approx Pig Pink. HEX triplet: FB, DD and E7. RGB value is (251,221,231). Sum of RGB (Red+Green+Blue) = 251+221+231=703 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.70% from 703); Green value is 221 (86.72% from 255 or 31.44% from 703); Blue value is 231 (90.62% from 255 or 32.86% from 703); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDDE7 is #042218. Grayscale: #E7E7E7. Windows color (decimal): -270873 or 15195643. OLE color: 15195643.

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

Color convert

RGB251221231-
CMYK00.120.080.02
HSL340º78.95%92.55%-
HSV(B)340º11.95%98.43%-
XYZ80.0677.9986.44-
YUV231.11127.94142.19-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.70%
GREEN value IS 221 (86.72% from 255) = 31.44%
BLUE value IS 231 (90.62% from 255) = 32.86%
R=35.70%
G=31.44%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122123100.120.080.0234078.9592.55
HexFBDDE70C821544f5d
Octal373335347014102524117135
Binary1111101111011101111001110110010001010101010010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDDE7; }

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

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

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

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

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

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

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

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