Html Css Color HEX #F5B2BC Light Pink

📋 copy color: '#F5B2BC'

red 245 ◦ green 178 ◦ blue 188

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

Shades of Light Pink #F5B2BC

Tints of Light Pink #F5B2BC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.13%

 BLUE value IS 188 (73.83% from 255) = 30.77%

R = 40.1%
G = 29.13%
B = 30.77%

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

#F5B2BC (or 0xF5B2BC) is known color: Light Pink. HEX triplet: F5, B2 and BC. RGB value is (245,178,188). Sum of RGB (Red+Green+Blue) = 245+178+188=611 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.10% from 611); Green value is 178 (69.92% from 255 or 29.13% from 611); Blue value is 188 (73.83% from 255 or 30.77% from 611); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B2BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5B2BC is #0A4D43. Grayscale: #C7C7C7. Windows color (decimal): -675140 or 12366581. OLE color: 12366581.

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

Color convert

RGB 245 178 188 -
CMYK 0 0.27 0.23 0.04
HSL 351.04º 0.77% 0.83% -
HSV(B) 351.04º 0.27% 0.96% -
XYZ 62.65 54.88 54.87 -
YUV 199.17 121.7 160.69 -
System Red Green Blue C M Y K H S L
Decimal 245 178 188 0 0.27 0.23 0.04 351.04 0.77 0.83
Hex F5 B2 BC 0 1B 17 4 15F 4D 53
Octal 365 262 274 0 33 27 4 537 115 123
Binary 11110101 10110010 10111100 0 11011 10111 100 101011111 1001101 1010011

Color Harmonies of #F5B2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B2BC

Black with #F5B2BC

Text Example


Text Example

White with #F5B2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B2BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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