#FBDDE6

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

Shades of Pig Pink #FBDDE6

Tints of Pig Pink #FBDDE6

Color information

#FBDDE6 (or 0xFBDDE6) is unknown color: approx Pig Pink. HEX triplet: FB, DD and E6. RGB value is (251,221,230). Sum of RGB (Red+Green+Blue) = 251+221+230=702 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.75% from 702); Green value is 221 (86.72% from 255 or 31.48% from 702); Blue value is 230 (90.23% from 255 or 32.76% from 702); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDDE6 is #042219. Grayscale: #E6E6E6. Windows color (decimal): -270874 or 15130107. OLE color: 15130107.

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

Color convert

RGB251221230-
CMYK00.120.080.02
HSL342º78.95%92.55%-
HSV(B)342º11.95%98.43%-
XYZ79.9277.9485.69-
YUV231127.44142.27-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.75%
GREEN value IS 221 (86.72% from 255) = 31.48%
BLUE value IS 230 (90.23% from 255) = 32.76%
R=35.75%
G=31.48%
B=32.76%

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
Decimal25122123000.120.080.0234278.9592.55
HexFBDDE60C821564f5d
Octal373335346014102526117135
Binary1111101111011101111001100110010001010101011010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDDE6; }

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

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

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

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

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

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

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

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