Html Css Color HEX #FFADD3 Lavender Pink

📋 copy color: '#FFADD3'

red 255 ◦ green 173 ◦ blue 211

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

Shades of Lavender Pink #FFADD3

Tints of Lavender Pink #FFADD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.02%

R = 39.91%
G = 27.07%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#FFADD3 (or 0xFFADD3) is known color: Lavender Pink. HEX triplet: FF, AD and D3. RGB value is (255,173,211). Sum of RGB (Red+Green+Blue) = 255+173+211=639 (84% of max value = 765). Red value is 255 (100% from 255 or 39.91% from 639); Green value is 173 (67.97% from 255 or 27.07% from 639); Blue value is 211 (82.81% from 255 or 33.02% from 639); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFADD3 is #00522C. Grayscale: #C9C9C9. Windows color (decimal): -21037 or 13872639. OLE color: 13872639.

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

Color convert

RGB 255 173 211 -
CMYK 0 0.32 0.17 0
HSL 332.2º 1% 0.84% -
HSV(B) 332.2º 0.32% 1% -
XYZ 67.94 55.85 68.83 -
YUV 201.85 133.17 165.91 -
System Red Green Blue C M Y K H S L
Decimal 255 173 211 0 0.32 0.17 0 332.2 1 0.84
Hex FF AD D3 0 20 11 0 14C 64 54
Octal 377 255 323 0 40 21 0 514 144 124
Binary 11111111 10101101 11010011 0 100000 10001 0 101001100 1100100 1010100

Color Harmonies of #FFADD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFADD3

Black with #FFADD3

Text Example


Text Example

White with #FFADD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFADD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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