Html Css Color HEX #F5B4DB Lavender Pink

📋 copy color: '#F5B4DB'

red 245 ◦ green 180 ◦ blue 219

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

Shades of Lavender Pink #F5B4DB

Tints of Lavender Pink #F5B4DB

RGB

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

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

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

R = 38.04%
G = 27.95%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F5B4DB (or 0xF5B4DB) is known color: Lavender Pink. HEX triplet: F5, B4 and DB. RGB value is (245,180,219). Sum of RGB (Red+Green+Blue) = 245+180+219=644 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.04% from 644); Green value is 180 (70.70% from 255 or 27.95% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B4DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B4DB is #0A4B24. Grayscale: #CBCBCB. Windows color (decimal): -674597 or 14398709. OLE color: 14398709.

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

Color convert

RGB 245 180 219 -
CMYK 0 0.27 0.11 0.04
HSL 324º 0.76% 0.83% -
HSV(B) 324º 0.27% 0.96% -
XYZ 66.76 57.17 74.53 -
YUV 203.88 136.53 157.33 -
System Red Green Blue C M Y K H S L
Decimal 245 180 219 0 0.27 0.11 0.04 324 0.76 0.83
Hex F5 B4 DB 0 1B B 4 144 4C 53
Octal 365 264 333 0 33 13 4 504 114 123
Binary 11110101 10110100 11011011 0 11011 1011 100 101000100 1001100 1010011

Color Harmonies of #F5B4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B4DB

Black with #F5B4DB

Text Example


Text Example

White with #F5B4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B4DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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