#FBDFE9

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

Shades of Pig Pink #FBDFE9

Tints of Pig Pink #FBDFE9

Color information

#FBDFE9 (or 0xFBDFE9) is unknown color: approx Pig Pink. HEX triplet: FB, DF and E9. RGB value is (251,223,233). Sum of RGB (Red+Green+Blue) = 251+223+233=707 (93% of max value = 765). Red value is 251 (98.44% from 255 or 35.50% from 707); Green value is 223 (87.5% from 255 or 31.54% from 707); Blue value is 233 (91.41% from 255 or 32.96% from 707); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDFE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDFE9 is #042016. Grayscale: #E8E8E8. Windows color (decimal): -270359 or 15327227. OLE color: 15327227.

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

Color convert

RGB251223233-
CMYK00.110.070.02
HSL338.57º77.78%92.94%-
HSV(B)338.57º11.16%98.43%-
XYZ80.8879.1788.11-
YUV232.51128.28141.19-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.50%
GREEN value IS 223 (87.5% from 255) = 31.54%
BLUE value IS 233 (91.41% from 255) = 32.96%
R=35.50%
G=31.54%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122323300.110.070.02338.5777.7892.94
HexFBDFE90B721534e5d
Octal37333735101372523116135
Binary111110111101111111101001010111111010101001110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDFE9; }

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

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

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

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

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

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

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

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