#FDB1B2

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

Shades of Light Pink #FDB1B2

Tints of Light Pink #FDB1B2

Color information

#FDB1B2 (or 0xFDB1B2) is unknown color: approx Light Pink. HEX triplet: FD, B1 and B2. RGB value is (253,177,178). Sum of RGB (Red+Green+Blue) = 253+177+178=608 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.61% from 608); Green value is 177 (69.53% from 255 or 29.11% from 608); Blue value is 178 (69.92% from 255 or 29.28% from 608); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB1B2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB1B2 is #024E4D. Grayscale: #C7C7C7. Windows color (decimal): -151118 or 11710973. OLE color: 11710973.

HSL color Cylindrical-coordinate representation of color #FDB1B2: hue angle of 359.21º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDB1B2 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB253177178-
CMYK00.300.300.01
HSL359.21º95%84.31%-
HSV(B)359.21º30.04%99.22%-
XYZ64.2755.5449.45-
YUV199.84115.68165.92-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.61%
GREEN value IS 177 (69.53% from 255) = 29.11%
BLUE value IS 178 (69.92% from 255) = 29.28%
R=41.61%
G=29.11%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317717800.300.300.01359.219584.31
HexFDB1B201E1E11675f54
Octal375261262036361547137124
Binary11111101101100011011001001111011110110110011110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB1B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB1B2; }

 p { color: rgb(253,177,178); }

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

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

 a { background-color: rgb(253,177,178); }

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

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

 span { border-color: rgb(253,177,178); }

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