Html Css Color HEX #FFAFD7 Lavender Pink

📋 copy color: '#FFAFD7'

red 255 ◦ green 175 ◦ blue 215

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

Shades of Lavender Pink #FFAFD7

Tints of Lavender Pink #FFAFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 33.33%

R = 39.53%
G = 27.13%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FFAFD7 (or 0xFFAFD7) is known color: Lavender Pink. HEX triplet: FF, AF and D7. RGB value is (255,175,215). Sum of RGB (Red+Green+Blue) = 255+175+215=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 175 (68.75% from 255 or 27.13% from 645); Blue value is 215 (84.38% from 255 or 33.33% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFD7 is #005028. Grayscale: #CBCBCB. Windows color (decimal): -20521 or 14135295. OLE color: 14135295.

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

Color convert

RGB 255 175 215 -
CMYK 0 0.31 0.16 0
HSL 330º 1% 0.84% -
HSV(B) 330º 0.31% 1% -
XYZ 68.84 56.83 71.63 -
YUV 203.48 134.5 164.75 -
System Red Green Blue C M Y K H S L
Decimal 255 175 215 0 0.31 0.16 0 330 1 0.84
Hex FF AF D7 0 1F 10 0 14A 64 54
Octal 377 257 327 0 37 20 0 512 144 124
Binary 11111111 10101111 11010111 0 11111 10000 0 101001010 1100100 1010100

Color Harmonies of #FFAFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAFD7

Black with #FFAFD7

Text Example


Text Example

White with #FFAFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAFD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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