Html Css Color HEX #F5B5BB Light Pink

📋 copy color: '#F5B5BB'

red 245 ◦ green 181 ◦ blue 187

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

Shades of Light Pink #F5B5BB

Tints of Light Pink #F5B5BB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.53%

 BLUE value IS 187 (73.44% from 255) = 30.51%

R = 39.97%
G = 29.53%
B = 30.51%

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

#F5B5BB (or 0xF5B5BB) is known color: Light Pink. HEX triplet: F5, B5 and BB. RGB value is (245,181,187). Sum of RGB (Red+Green+Blue) = 245+181+187=613 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.97% from 613); Green value is 181 (71.09% from 255 or 29.53% from 613); Blue value is 187 (73.44% from 255 or 30.51% from 613); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B5BB is #0A4A44. Grayscale: #C8C8C8. Windows color (decimal): -674373 or 12301813. OLE color: 12301813.

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

Color convert

RGB 245 181 187 -
CMYK 0 0.26 0.24 0.04
HSL 354.38º 0.76% 0.84% -
HSV(B) 354.38º 0.26% 0.96% -
XYZ 63.15 56.05 54.5 -
YUV 200.82 120.2 159.51 -
System Red Green Blue C M Y K H S L
Decimal 245 181 187 0 0.26 0.24 0.04 354.38 0.76 0.84
Hex F5 B5 BB 0 1A 18 4 162 4C 54
Octal 365 265 273 0 32 30 4 542 114 124
Binary 11110101 10110101 10111011 0 11010 11000 100 101100010 1001100 1010100

Color Harmonies of #F5B5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B5BB

Black with #F5B5BB

Text Example


Text Example

White with #F5B5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B5BB; }

 p { color: rgb(245,181,187); }

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

background-color css

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

 a { background-color: rgb(245,181,187); }

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

border-color css

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

 span { border-color: rgb(245,181,187); }

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