Html Css Color HEX #FFAFDB Lavender Pink

📋 copy color: '#FFAFDB'

red 255 ◦ green 175 ◦ blue 219

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

Shades of Lavender Pink #FFAFDB

Tints of Lavender Pink #FFAFDB

RGB

 RED value IS 255 (100% from 255) = 39.29%

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

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

R = 39.29%
G = 26.96%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#FFAFDB (or 0xFFAFDB) is known color: Lavender Pink. HEX triplet: FF, AF and DB. RGB value is (255,175,219). Sum of RGB (Red+Green+Blue) = 255+175+219=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 175 (68.75% from 255 or 26.96% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFDB is #005024. Grayscale: #CBCBCB. Windows color (decimal): -20517 or 14397439. OLE color: 14397439.

HSL color Cylindrical-coordinate representation of color #FFAFDB: hue angle of 327º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FFAFDB is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 255 175 219 -
CMYK 0 0.31 0.14 0
HSL 327º 1% 0.84% -
HSV(B) 327º 0.31% 1% -
XYZ 69.36 57.03 74.37 -
YUV 203.94 136.5 164.42 -
System Red Green Blue C M Y K H S L
Decimal 255 175 219 0 0.31 0.14 0 327 1 0.84
Hex FF AF DB 0 1F E 0 147 64 54
Octal 377 257 333 0 37 16 0 507 144 124
Binary 11111111 10101111 11011011 0 11111 1110 0 101000111 1100100 1010100

Color Harmonies of #FFAFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAFDB

Black with #FFAFDB

Text Example


Text Example

White with #FFAFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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