Html Css Color HEX #F5B6BA Light Pink

📋 copy color: '#F5B6BA'

red 245 ◦ green 182 ◦ blue 186

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

Shades of Light Pink #F5B6BA

Tints of Light Pink #F5B6BA

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.69%

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

R = 39.97%
G = 29.69%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F5B6BA (or 0xF5B6BA) is known color: Light Pink. HEX triplet: F5, B6 and BA. RGB value is (245,182,186). Sum of RGB (Red+Green+Blue) = 245+182+186=613 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.97% from 613); Green value is 182 (71.48% from 255 or 29.69% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B6BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B6BA is #0A4945. Grayscale: #C9C9C9. Windows color (decimal): -674118 or 12236533. OLE color: 12236533.

HSL color Cylindrical-coordinate representation of color #F5B6BA: hue angle of 356.19º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F5B6BA is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 182 186 -
CMYK 0 0.26 0.24 0.04
HSL 356.19º 0.76% 0.84% -
HSV(B) 356.19º 0.26% 0.96% -
XYZ 63.25 56.41 54.01 -
YUV 201.29 119.37 159.17 -
System Red Green Blue C M Y K H S L
Decimal 245 182 186 0 0.26 0.24 0.04 356.19 0.76 0.84
Hex F5 B6 BA 0 1A 18 4 164 4C 54
Octal 365 266 272 0 32 30 4 544 114 124
Binary 11110101 10110110 10111010 0 11010 11000 100 101100100 1001100 1010100

Color Harmonies of #F5B6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B6BA

Black with #F5B6BA

Text Example


Text Example

White with #F5B6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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