Html Css Color HEX #FFADD7 Lavender Pink

📋 copy color: '#FFADD7'

red 255 ◦ green 173 ◦ blue 215

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

Shades of Lavender Pink #FFADD7

Tints of Lavender Pink #FFADD7

RGB

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

 GREEN value IS 173 (67.97% from 255) = 26.91%

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

R = 39.66%
G = 26.91%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FFADD7 (or 0xFFADD7) is known color: Lavender Pink. HEX triplet: FF, AD and D7. RGB value is (255,173,215). Sum of RGB (Red+Green+Blue) = 255+173+215=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 173 (67.97% from 255 or 26.91% from 643); Blue value is 215 (84.38% from 255 or 33.44% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFADD7 is #005228. Grayscale: #CACACA. Windows color (decimal): -21033 or 14134783. OLE color: 14134783.

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

Color convert

RGB 255 173 215 -
CMYK 0 0.32 0.16 0
HSL 329.27º 1% 0.84% -
HSV(B) 329.27º 0.32% 1% -
XYZ 68.45 56.05 71.5 -
YUV 202.31 135.17 165.58 -
System Red Green Blue C M Y K H S L
Decimal 255 173 215 0 0.32 0.16 0 329.27 1 0.84
Hex FF AD D7 0 20 10 0 149 64 54
Octal 377 255 327 0 40 20 0 511 144 124
Binary 11111111 10101101 11010111 0 100000 10000 0 101001001 1100100 1010100

Color Harmonies of #FFADD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFADD7

Black with #FFADD7

Text Example


Text Example

White with #FFADD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFADD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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