#FBDBDF

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

Shades of Pale Pink #FBDBDF

Tints of Pale Pink #FBDBDF

Color information

#FBDBDF (or 0xFBDBDF) is unknown color: approx Pale Pink. HEX triplet: FB, DB and DF. RGB value is (251,219,223). Sum of RGB (Red+Green+Blue) = 251+219+223=693 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.22% from 693); Green value is 219 (85.94% from 255 or 31.60% from 693); Blue value is 223 (87.5% from 255 or 32.18% from 693); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDBDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBDBDF is #042420. Grayscale: #E5E5E5. Windows color (decimal): -271393 or 14670843. OLE color: 14670843.

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

Color convert

RGB251219223-
CMYK00.130.110.02
HSL352.5º80%92.16%-
HSV(B)352.5º12.75%98.43%-
XYZ78.4376.580.44-
YUV229.02124.6143.67-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.22%
GREEN value IS 219 (85.94% from 255) = 31.60%
BLUE value IS 223 (87.5% from 255) = 32.18%
R=36.22%
G=31.60%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25121922300.130.110.02352.58092.16
HexFBDBDF0DB2160505c
Octal373333337015132540120134
Binary1111101111011011110111110110110111010110000010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBDBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBDBDF; }

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

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

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

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

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

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

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

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