#FBBDCC

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

Shades of Pink #FBBDCC

Tints of Pink #FBBDCC

Color information

#FBBDCC (or 0xFBBDCC) is unknown color: approx Pink. HEX triplet: FB, BD and CC. RGB value is (251,189,204). Sum of RGB (Red+Green+Blue) = 251+189+204=644 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.98% from 644); Green value is 189 (74.22% from 255 or 29.35% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBDCC is #044233. Grayscale: #D1D1D1. Windows color (decimal): -279092 or 13417979. OLE color: 13417979.

HSL color Cylindrical-coordinate representation of color #FBBDCC: hue angle of 345.48º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBBDCC is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB251189204-
CMYK00.250.190.02
HSL345.48º88.57%86.27%-
HSV(B)345.48º24.7%98.43%-
XYZ68.8861.2665.32-
YUV209.25125.04157.78-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.98%
GREEN value IS 189 (74.22% from 255) = 29.35%
BLUE value IS 204 (80.08% from 255) = 31.68%
R=38.98%
G=29.35%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118920400.250.190.02345.4888.5786.27
HexFBBDCC0191321595956
Octal373275314031232531131126
Binary111110111011110111001100011001100111010101100110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBDCC; }

 p { color: rgb(251,189,204); }

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

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

 a { background-color: rgb(251,189,204); }

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

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

 span { border-color: rgb(251,189,204); }

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