#F5B2BD

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

Shades of Light Pink #F5B2BD

Tints of Light Pink #F5B2BD

Color information

#F5B2BD (or 0xF5B2BD) is unknown color: approx Light Pink. HEX triplet: F5, B2 and BD. RGB value is (245,178,189). Sum of RGB (Red+Green+Blue) = 245+178+189=612 (81% of max value = 765). Red value is 245 (96.09% from 255 or 40.03% from 612); Green value is 178 (69.92% from 255 or 29.08% from 612); Blue value is 189 (74.22% from 255 or 30.88% from 612); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B2BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5B2BD is #0A4D42. Grayscale: #C7C7C7. Windows color (decimal): -675139 or 12432117. OLE color: 12432117.

HSL color Cylindrical-coordinate representation of color #F5B2BD: hue angle of 350.15º degrees, saturation: 0.77, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F5B2BD is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB245178189-
CMYK00.270.230.04
HSL350.15º77.01%82.94%-
HSV(B)350.15º27.35%96.08%-
XYZ62.7654.9355.44-
YUV199.29122.2160.61-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.03%
GREEN value IS 178 (69.92% from 255) = 29.08%
BLUE value IS 189 (74.22% from 255) = 30.88%
R=40.03%
G=29.08%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517818900.270.230.04350.1577.0182.94
HexF5B2BD01B17415e4d53
Octal365262275033274536115123
Binary1111010110110010101111010110111011110010101111010011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B2BD; }

 p { color: rgb(245,178,189); }

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

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

 a { background-color: rgb(245,178,189); }

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

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

 span { border-color: rgb(245,178,189); }

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