Html Css Color HEX #FFAFD9 Lavender Pink

📋 copy color: '#FFAFD9'

red 255 ◦ green 175 ◦ blue 217

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

Shades of Lavender Pink #FFAFD9

Tints of Lavender Pink #FFAFD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 33.54%

R = 39.41%
G = 27.05%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#FFAFD9 (or 0xFFAFD9) is known color: Lavender Pink. HEX triplet: FF, AF and D9. RGB value is (255,175,217). Sum of RGB (Red+Green+Blue) = 255+175+217=647 (85% of max value = 765). Red value is 255 (100% from 255 or 39.41% from 647); Green value is 175 (68.75% from 255 or 27.05% from 647); Blue value is 217 (85.16% from 255 or 33.54% from 647); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFD9 is #005026. Grayscale: #CBCBCB. Windows color (decimal): -20519 or 14266367. OLE color: 14266367.

HSL color Cylindrical-coordinate representation of color #FFAFD9: hue angle of 328.5º 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 #FFAFD9 is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 255 175 217 -
CMYK 0 0.31 0.15 0
HSL 328.5º 1% 0.84% -
HSV(B) 328.5º 0.31% 1% -
XYZ 69.09 56.93 72.99 -
YUV 203.71 135.5 164.58 -
System Red Green Blue C M Y K H S L
Decimal 255 175 217 0 0.31 0.15 0 328.5 1 0.84
Hex FF AF D9 0 1F F 0 148 64 54
Octal 377 257 331 0 37 17 0 510 144 124
Binary 11111111 10101111 11011001 0 11111 1111 0 101001000 1100100 1010100

Color Harmonies of #FFAFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAFD9

Black with #FFAFD9

Text Example


Text Example

White with #FFAFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAFD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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