#FBDFE8

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

Shades of Pig Pink #FBDFE8

Tints of Pig Pink #FBDFE8

Color information

#FBDFE8 (or 0xFBDFE8) is unknown color: approx Pig Pink. HEX triplet: FB, DF and E8. RGB value is (251,223,232). Sum of RGB (Red+Green+Blue) = 251+223+232=706 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.55% from 706); Green value is 223 (87.5% from 255 or 31.59% from 706); Blue value is 232 (91.02% from 255 or 32.86% from 706); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDFE8 is #042017. Grayscale: #E8E8E8. Windows color (decimal): -270360 or 15261691. OLE color: 15261691.

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

Color convert

RGB251223232-
CMYK00.110.080.02
HSL340.71º77.78%92.94%-
HSV(B)340.71º11.16%98.43%-
XYZ80.7479.1187.36-
YUV232.4127.78141.27-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.55%
GREEN value IS 223 (87.5% from 255) = 31.59%
BLUE value IS 232 (91.02% from 255) = 32.86%
R=35.55%
G=31.59%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122323200.110.080.02340.7177.7892.94
HexFBDFE80B821554e5d
Octal373337350013102525116135
Binary1111101111011111111010000101110001010101010110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDFE8; }

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

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

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

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

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

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

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

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