Html Css Color HEX #F5B4BA Light Pink

📋 copy color: '#F5B4BA'

red 245 ◦ green 180 ◦ blue 186

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

Shades of Light Pink #F5B4BA

Tints of Light Pink #F5B4BA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.46%

 BLUE value IS 186 (73.05% from 255) = 30.44%

R = 40.1%
G = 29.46%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F5B4BA (or 0xF5B4BA) is known color: Light Pink. HEX triplet: F5, B4 and BA. RGB value is (245,180,186). Sum of RGB (Red+Green+Blue) = 245+180+186=611 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.10% from 611); Green value is 180 (70.70% from 255 or 29.46% from 611); Blue value is 186 (73.05% from 255 or 30.44% from 611); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B4BA is #0A4B45. Grayscale: #C8C8C8. Windows color (decimal): -674630 or 12236021. OLE color: 12236021.

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

Color convert

RGB 245 180 186 -
CMYK 0 0.27 0.24 0.04
HSL 354.46º 0.76% 0.83% -
HSV(B) 354.46º 0.27% 0.96% -
XYZ 62.84 55.6 53.87 -
YUV 200.12 120.03 160.01 -
System Red Green Blue C M Y K H S L
Decimal 245 180 186 0 0.27 0.24 0.04 354.46 0.76 0.83
Hex F5 B4 BA 0 1B 18 4 162 4C 53
Octal 365 264 272 0 33 30 4 542 114 123
Binary 11110101 10110100 10111010 0 11011 11000 100 101100010 1001100 1010011

Color Harmonies of #F5B4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B4BA

Black with #F5B4BA

Text Example


Text Example

White with #F5B4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B4BA; }

 p { color: rgb(245,180,186); }

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

background-color css

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

 a { background-color: rgb(245,180,186); }

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

border-color css

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

 span { border-color: rgb(245,180,186); }

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