Html Css Color HEX #F5AFDB Lavender Pink

📋 copy color: '#F5AFDB'

red 245 ◦ green 175 ◦ blue 219

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

Shades of Lavender Pink #F5AFDB

Tints of Lavender Pink #F5AFDB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.39%

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

R = 38.34%
G = 27.39%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F5AFDB (or 0xF5AFDB) is known color: Lavender Pink. HEX triplet: F5, AF and DB. RGB value is (245,175,219). Sum of RGB (Red+Green+Blue) = 245+175+219=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 175 (68.75% from 255 or 27.39% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AFDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AFDB is #0A5024. Grayscale: #C8C8C8. Windows color (decimal): -675877 or 14397429. OLE color: 14397429.

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

Color convert

RGB 245 175 219 -
CMYK 0 0.29 0.11 0.04
HSL 322.29º 0.78% 0.82% -
HSV(B) 322.29º 0.29% 0.96% -
XYZ 65.77 55.19 74.2 -
YUV 200.95 138.19 159.42 -
System Red Green Blue C M Y K H S L
Decimal 245 175 219 0 0.29 0.11 0.04 322.29 0.78 0.82
Hex F5 AF DB 0 1D B 4 142 4E 52
Octal 365 257 333 0 35 13 4 502 116 122
Binary 11110101 10101111 11011011 0 11101 1011 100 101000010 1001110 1010010

Color Harmonies of #F5AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AFDB

Black with #F5AFDB

Text Example


Text Example

White with #F5AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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