Html Css Color HEX #F5B7DB Lavender Pink

📋 copy color: '#F5B7DB'

red 245 ◦ green 183 ◦ blue 219

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

Shades of Lavender Pink #F5B7DB

Tints of Lavender Pink #F5B7DB

RGB

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

 GREEN value IS 183 (71.88% from 255) = 28.28%

 BLUE value IS 219 (85.94% from 255) = 33.85%

R = 37.87%
G = 28.28%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F5B7DB (or 0xF5B7DB) is known color: Lavender Pink. HEX triplet: F5, B7 and DB. RGB value is (245,183,219). Sum of RGB (Red+Green+Blue) = 245+183+219=647 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.87% from 647); Green value is 183 (71.88% from 255 or 28.28% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B7DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B7DB is #0A4824. Grayscale: #CDCDCD. Windows color (decimal): -673829 or 14399477. OLE color: 14399477.

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

Color convert

RGB 245 183 219 -
CMYK 0 0.25 0.11 0.04
HSL 325.16º 0.76% 0.84% -
HSV(B) 325.16º 0.25% 0.96% -
XYZ 67.38 58.39 74.74 -
YUV 205.64 135.54 156.07 -
System Red Green Blue C M Y K H S L
Decimal 245 183 219 0 0.25 0.11 0.04 325.16 0.76 0.84
Hex F5 B7 DB 0 19 B 4 145 4C 54
Octal 365 267 333 0 31 13 4 505 114 124
Binary 11110101 10110111 11011011 0 11001 1011 100 101000101 1001100 1010100

Color Harmonies of #F5B7DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B7DB

Black with #F5B7DB

Text Example


Text Example

White with #F5B7DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B7DB; }

 p { color: rgb(245,183,219); }

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

background-color css

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

 a { background-color: rgb(245,183,219); }

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

border-color css

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

 span { border-color: rgb(245,183,219); }

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