#FBDDF0

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

Shades of Pig Pink #FBDDF0

Tints of Pig Pink #FBDDF0

Color information

#FBDDF0 (or 0xFBDDF0) is unknown color: approx Pig Pink. HEX triplet: FB, DD and F0. RGB value is (251,221,240). Sum of RGB (Red+Green+Blue) = 251+221+240=712 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.25% from 712); Green value is 221 (86.72% from 255 or 31.04% from 712); Blue value is 240 (94.14% from 255 or 33.71% from 712); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDDF0 is #04220F. Grayscale: #E8E8E8. Windows color (decimal): -270864 or 15785467. OLE color: 15785467.

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

Color convert

RGB251221240-
CMYK00.120.040.02
HSL322º78.95%92.55%-
HSV(B)322º11.95%98.43%-
XYZ81.3778.5193.3-
YUV232.14132.44141.46-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.25%
GREEN value IS 221 (86.72% from 255) = 31.04%
BLUE value IS 240 (94.14% from 255) = 33.71%
R=35.25%
G=31.04%
B=33.71%

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
Decimal25122124000.120.040.0232278.9592.55
HexFBDDF00C421424f5d
Octal37333536001442502117135
Binary111110111101110111110000011001001010100001010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDDF0; }

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

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

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

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

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

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

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

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