Html Css Color HEX #F5B5DA Lavender Pink

📋 copy color: '#F5B5DA'

red 245 ◦ green 181 ◦ blue 218

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

Shades of Lavender Pink #F5B5DA

Tints of Lavender Pink #F5B5DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 33.85%

R = 38.04%
G = 28.11%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F5B5DA (or 0xF5B5DA) is known color: Lavender Pink. HEX triplet: F5, B5 and DA. RGB value is (245,181,218). Sum of RGB (Red+Green+Blue) = 245+181+218=644 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.04% from 644); Green value is 181 (71.09% from 255 or 28.11% from 644); Blue value is 218 (85.55% from 255 or 33.85% from 644); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B5DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B5DA is #0A4A25. Grayscale: #CCCCCC. Windows color (decimal): -674342 or 14333429. OLE color: 14333429.

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

Color convert

RGB 245 181 218 -
CMYK 0 0.26 0.11 0.04
HSL 325.31º 0.76% 0.84% -
HSV(B) 325.31º 0.26% 0.96% -
XYZ 66.83 57.52 73.91 -
YUV 204.35 135.7 156.99 -
System Red Green Blue C M Y K H S L
Decimal 245 181 218 0 0.26 0.11 0.04 325.31 0.76 0.84
Hex F5 B5 DA 0 1A B 4 145 4C 54
Octal 365 265 332 0 32 13 4 505 114 124
Binary 11110101 10110101 11011010 0 11010 1011 100 101000101 1001100 1010100

Color Harmonies of #F5B5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B5DA

Black with #F5B5DA

Text Example


Text Example

White with #F5B5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B5DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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