#FBDCF0

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

Shades of Pig Pink #FBDCF0

Tints of Pig Pink #FBDCF0

Color information

#FBDCF0 (or 0xFBDCF0) is unknown color: approx Pig Pink. HEX triplet: FB, DC and F0. RGB value is (251,220,240). Sum of RGB (Red+Green+Blue) = 251+220+240=711 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.30% from 711); Green value is 220 (86.33% from 255 or 30.94% from 711); Blue value is 240 (94.14% from 255 or 33.76% from 711); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDCF0 is #04230F. Grayscale: #E7E7E7. Windows color (decimal): -271120 or 15785211. OLE color: 15785211.

HSL color Cylindrical-coordinate representation of color #FBDCF0: hue angle of 321.29º degrees, saturation: 0.79, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FBDCF0 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB251220240-
CMYK00.120.040.02
HSL321.29º79.49%92.35%-
HSV(B)321.29º12.35%98.43%-
XYZ81.1177.9993.22-
YUV231.55132.77141.87-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.30%
GREEN value IS 220 (86.33% from 255) = 30.94%
BLUE value IS 240 (94.14% from 255) = 33.76%
R=35.30%
G=30.94%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122024000.120.040.02321.2979.4992.35
HexFBDCF00C421414f5c
Octal37333436001442501117134
Binary111110111101110011110000011001001010100000110011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDCF0; }

 p { color: rgb(251,220,240); }

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

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

 a { background-color: rgb(251,220,240); }

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

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

 span { border-color: rgb(251,220,240); }

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