#FFB2B5

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

Shades of Light Pink #FFB2B5

Tints of Light Pink #FFB2B5

Color information

#FFB2B5 (or 0xFFB2B5) is unknown color: approx Light Pink. HEX triplet: FF, B2 and B5. RGB value is (255,178,181). Sum of RGB (Red+Green+Blue) = 255+178+181=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 178 (69.92% from 255 or 28.99% from 614); Blue value is 181 (71.09% from 255 or 29.48% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB2B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFB2B5 is #004D4A. Grayscale: #C9C9C9. Windows color (decimal): -19787 or 11907839. OLE color: 11907839.

HSL color Cylindrical-coordinate representation of color #FFB2B5: hue angle of 357.66º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FFB2B5 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.

Color convert

RGB255178181-
CMYK00.300.290
HSL357.66º100%84.9%-
HSV(B)357.66º30.2%100%-
XYZ65.556.4451.16-
YUV201.36116.51166.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.53%
GREEN value IS 178 (69.92% from 255) = 28.99%
BLUE value IS 181 (71.09% from 255) = 29.48%
R=41.53%
G=28.99%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517818100.300.290357.6610084.9
HexFFB2B501E1D01666455
Octal377262265036350546144125
Binary11111111101100101011010101111011101010110011011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB2B5; }

 p { color: rgb(255,178,181); }

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

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

 a { background-color: rgb(255,178,181); }

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

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

 span { border-color: rgb(255,178,181); }

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