#FBDDF2

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

Shades of Pig Pink #FBDDF2

Tints of Pig Pink #FBDDF2

Color information

#FBDDF2 (or 0xFBDDF2) is unknown color: approx Pig Pink. HEX triplet: FB, DD and F2. RGB value is (251,221,242). Sum of RGB (Red+Green+Blue) = 251+221+242=714 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.15% from 714); Green value is 221 (86.72% from 255 or 30.95% from 714); Blue value is 242 (94.92% from 255 or 33.89% from 714); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDDF2 is #04220D. Grayscale: #E8E8E8. Windows color (decimal): -270862 or 15916539. OLE color: 15916539.

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

Color convert

RGB251221242-
CMYK00.120.040.02
HSL318º78.95%92.55%-
HSV(B)318º11.95%98.43%-
XYZ81.6778.6394.88-
YUV232.36133.44141.29-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.15%
GREEN value IS 221 (86.72% from 255) = 30.95%
BLUE value IS 242 (94.92% from 255) = 33.89%
R=35.15%
G=30.95%
B=33.89%

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
Decimal25122124200.120.040.0231878.9592.55
HexFBDDF20C4213e4f5d
Octal37333536201442476117135
Binary111110111101110111110010011001001010011111010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDDF2; }

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

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

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

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

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

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

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

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