#FBDDE8

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

Shades of Pig Pink #FBDDE8

Tints of Pig Pink #FBDDE8

Color information

#FBDDE8 (or 0xFBDDE8) is unknown color: approx Pig Pink. HEX triplet: FB, DD and E8. RGB value is (251,221,232). Sum of RGB (Red+Green+Blue) = 251+221+232=704 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.65% from 704); Green value is 221 (86.72% from 255 or 31.39% from 704); Blue value is 232 (91.02% from 255 or 32.95% from 704); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDDE8 is #042217. Grayscale: #E7E7E7. Windows color (decimal): -270872 or 15261179. OLE color: 15261179.

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

Color convert

RGB251221232-
CMYK00.120.080.02
HSL338º78.95%92.55%-
HSV(B)338º11.95%98.43%-
XYZ80.2178.0587.18-
YUV231.22128.44142.11-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.65%
GREEN value IS 221 (86.72% from 255) = 31.39%
BLUE value IS 232 (91.02% from 255) = 32.95%
R=35.65%
G=31.39%
B=32.95%

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
Decimal25122123200.120.080.0233878.9592.55
HexFBDDE80C821524f5d
Octal373335350014102522117135
Binary1111101111011101111010000110010001010101001010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDDE8; }

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

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

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

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

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

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

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

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