#FBDBF0

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

Shades of Pig Pink #FBDBF0

Tints of Pig Pink #FBDBF0

Color information

#FBDBF0 (or 0xFBDBF0) is unknown color: approx Pig Pink. HEX triplet: FB, DB and F0. RGB value is (251,219,240). Sum of RGB (Red+Green+Blue) = 251+219+240=710 (94% of max value = 765). Red value is 251 (98.44% from 255 or 35.35% from 710); Green value is 219 (85.94% from 255 or 30.85% from 710); Blue value is 240 (94.14% from 255 or 33.80% from 710); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBDBF0 is #04240F. Grayscale: #E6E6E6. Windows color (decimal): -271376 or 15784955. OLE color: 15784955.

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

Color convert

RGB251219240-
CMYK00.130.040.02
HSL320.62º80%92.16%-
HSV(B)320.62º12.75%98.43%-
XYZ80.8477.4693.13-
YUV230.96133.1142.29-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 35.35%
GREEN value IS 219 (85.94% from 255) = 30.85%
BLUE value IS 240 (94.14% from 255) = 33.80%
R=35.35%
G=30.85%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121924000.130.040.02320.628092.16
HexFBDBF00D42141505c
Octal37333336001542501120134
Binary111110111101101111110000011011001010100000110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDBF0; }

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

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

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

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

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

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

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

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