Html Css Color HEX #FFAFD8 Lavender Pink

📋 copy color: '#FFAFD8'

red 255 ◦ green 175 ◦ blue 216

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

Shades of Lavender Pink #FFAFD8

Tints of Lavender Pink #FFAFD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 33.44%

R = 39.47%
G = 27.09%
B = 33.44%

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

#FFAFD8 (or 0xFFAFD8) is known color: Lavender Pink. HEX triplet: FF, AF and D8. RGB value is (255,175,216). Sum of RGB (Red+Green+Blue) = 255+175+216=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 175 (68.75% from 255 or 27.09% from 646); Blue value is 216 (84.77% from 255 or 33.44% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFD8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFD8 is #005027. Grayscale: #CBCBCB. Windows color (decimal): -20520 or 14200831. OLE color: 14200831.

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

Color convert

RGB 255 175 216 -
CMYK 0 0.31 0.15 0
HSL 329.25º 1% 0.84% -
HSV(B) 329.25º 0.31% 1% -
XYZ 68.96 56.88 72.31 -
YUV 203.59 135 164.67 -
System Red Green Blue C M Y K H S L
Decimal 255 175 216 0 0.31 0.15 0 329.25 1 0.84
Hex FF AF D8 0 1F F 0 149 64 54
Octal 377 257 330 0 37 17 0 511 144 124
Binary 11111111 10101111 11011000 0 11111 1111 0 101001001 1100100 1010100

Color Harmonies of #FFAFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAFD8

Black with #FFAFD8

Text Example


Text Example

White with #FFAFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAFD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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