Html Css Color HEX #FFAFDC Lavender Pink

📋 copy color: '#FFAFDC'

red 255 ◦ green 175 ◦ blue 220

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

Shades of Lavender Pink #FFAFDC

Tints of Lavender Pink #FFAFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 33.85%

R = 39.23%
G = 26.92%
B = 33.85%

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

#FFAFDC (or 0xFFAFDC) is known color: Lavender Pink. HEX triplet: FF, AF and DC. RGB value is (255,175,220). Sum of RGB (Red+Green+Blue) = 255+175+220=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 175 (68.75% from 255 or 26.92% from 650); Blue value is 220 (86.33% from 255 or 33.85% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAFDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAFDC is #005023. Grayscale: #CBCBCB. Windows color (decimal): -20516 or 14462975. OLE color: 14462975.

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

Color convert

RGB 255 175 220 -
CMYK 0 0.31 0.14 0
HSL 326.25º 1% 0.84% -
HSV(B) 326.25º 0.31% 1% -
XYZ 69.49 57.09 75.07 -
YUV 204.05 137 164.34 -
System Red Green Blue C M Y K H S L
Decimal 255 175 220 0 0.31 0.14 0 326.25 1 0.84
Hex FF AF DC 0 1F E 0 146 64 54
Octal 377 257 334 0 37 16 0 506 144 124
Binary 11111111 10101111 11011100 0 11111 1110 0 101000110 1100100 1010100

Color Harmonies of #FFAFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAFDC

Black with #FFAFDC

Text Example


Text Example

White with #FFAFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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