Html Css Color HEX #F5B3BD Light Pink

📋 copy color: '#F5B3BD'

red 245 ◦ green 179 ◦ blue 189

#F5B3BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Pink #F5B3BD

Tints of Light Pink #F5B3BD

RGB

 RED value IS 245 (96.09% from 255) = 39.97%

 GREEN value IS 179 (70.31% from 255) = 29.2%

 BLUE value IS 189 (74.22% from 255) = 30.83%

R = 39.97%
G = 29.2%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F5B3BD (or 0xF5B3BD) is known color: Light Pink. HEX triplet: F5, B3 and BD. RGB value is (245,179,189). Sum of RGB (Red+Green+Blue) = 245+179+189=613 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.97% from 613); Green value is 179 (70.31% from 255 or 29.20% from 613); Blue value is 189 (74.22% from 255 or 30.83% from 613); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B3BD is #0A4C42. Grayscale: #C7C7C7. Windows color (decimal): -674883 or 12432373. OLE color: 12432373.

HSL color Cylindrical-coordinate representation of color #F5B3BD: hue angle of 350.91º 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 #F5B3BD is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 179 189 -
CMYK 0 0.27 0.23 0.04
HSL 350.91º 0.77% 0.83% -
HSV(B) 350.91º 0.27% 0.96% -
XYZ 62.96 55.33 55.5 -
YUV 199.87 121.87 160.19 -
System Red Green Blue C M Y K H S L
Decimal 245 179 189 0 0.27 0.23 0.04 350.91 0.77 0.83
Hex F5 B3 BD 0 1B 17 4 15F 4D 53
Octal 365 263 275 0 33 27 4 537 115 123
Binary 11110101 10110011 10111101 0 11011 10111 100 101011111 1001101 1010011

Color Harmonies of #F5B3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B3BD

Black with #F5B3BD

Text Example


Text Example

White with #F5B3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B3BD; }

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

 H1.HeaderClassName
 {
   color: #F5B3BD;
 }
 .AnyTagClassName
 {
   color: #F5B3BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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