Html Css Color HEX #F5B3DD Lavender Pink

📋 copy color: '#F5B3DD'

red 245 ◦ green 179 ◦ blue 221

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

Shades of Lavender Pink #F5B3DD

Tints of Lavender Pink #F5B3DD

RGB

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

 GREEN value IS 179 (70.31% from 255) = 27.75%

 BLUE value IS 221 (86.72% from 255) = 34.26%

R = 37.98%
G = 27.75%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F5B3DD (or 0xF5B3DD) is known color: Lavender Pink. HEX triplet: F5, B3 and DD. RGB value is (245,179,221). Sum of RGB (Red+Green+Blue) = 245+179+221=645 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.98% from 645); Green value is 179 (70.31% from 255 or 27.75% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B3DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F5B3DD is #0A4C22. Grayscale: #CBCBCB. Windows color (decimal): -674851 or 14529525. OLE color: 14529525.

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

Color convert

RGB 245 179 221 -
CMYK 0 0.27 0.10 0.04
HSL 321.82º 0.77% 0.83% -
HSV(B) 321.82º 0.27% 0.96% -
XYZ 66.83 56.87 75.86 -
YUV 203.52 137.87 157.58 -
System Red Green Blue C M Y K H S L
Decimal 245 179 221 0 0.27 0.10 0.04 321.82 0.77 0.83
Hex F5 B3 DD 0 1B A 4 142 4D 53
Octal 365 263 335 0 33 12 4 502 115 123
Binary 11110101 10110011 11011101 0 11011 1010 100 101000010 1001101 1010011

Color Harmonies of #F5B3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B3DD

Black with #F5B3DD

Text Example


Text Example

White with #F5B3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B3DD; }

 p { color: rgb(245,179,221); }

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

background-color css

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

 a { background-color: rgb(245,179,221); }

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

border-color css

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

 span { border-color: rgb(245,179,221); }

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