#FBDDF1

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

Shades of Pig Pink #FBDDF1

Tints of Pig Pink #FBDDF1

Color information

#FBDDF1 (or 0xFBDDF1) is unknown color: approx Pig Pink. HEX triplet: FB, DD and F1. RGB value is (251,221,241). Sum of RGB (Red+Green+Blue) = 251+221+241=713 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.20% from 713); Green value is 221 (86.72% from 255 or 31.00% from 713); Blue value is 241 (94.53% from 255 or 33.80% from 713); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDDF1 is #04220E. Grayscale: #E8E8E8. Windows color (decimal): -270863 or 15851003. OLE color: 15851003.

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

Color convert

RGB251221241-
CMYK00.120.040.02
HSL320º78.95%92.55%-
HSV(B)320º11.95%98.43%-
XYZ81.5278.5794.09-
YUV232.25132.94141.37-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.20%
GREEN value IS 221 (86.72% from 255) = 31.00%
BLUE value IS 241 (94.53% from 255) = 33.80%
R=35.20%
G=31.00%
B=33.80%

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
Decimal25122124100.120.040.0232078.9592.55
HexFBDDF10C421404f5d
Octal37333536101442500117135
Binary111110111101110111110001011001001010100000010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDDF1; }

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

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

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

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

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

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

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

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