Html Css Color HEX #F1ADD7 Lavender Pink

📋 copy color: '#F1ADD7'

red 241 ◦ green 173 ◦ blue 215

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

Shades of Lavender Pink #F1ADD7

Tints of Lavender Pink #F1ADD7

RGB

 RED value IS 241 (94.53% from 255) = 38.31%

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

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

R = 38.31%
G = 27.5%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F1ADD7 (or 0xF1ADD7) is known color: Lavender Pink. HEX triplet: F1, AD and D7. RGB value is (241,173,215). Sum of RGB (Red+Green+Blue) = 241+173+215=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 173 (67.97% from 255 or 27.50% from 629); Blue value is 215 (84.38% from 255 or 34.18% from 629); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ADD7 is #0E5228. Grayscale: #C6C6C6. Windows color (decimal): -938537 or 14134769. OLE color: 14134769.

HSL color Cylindrical-coordinate representation of color #F1ADD7: hue angle of 322.94º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F1ADD7 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 173 215 -
CMYK 0 0.28 0.11 0.05
HSL 322.94º 0.71% 0.81% -
HSV(B) 322.94º 0.28% 0.95% -
XYZ 63.48 53.49 71.27 -
YUV 198.12 137.53 158.58 -
System Red Green Blue C M Y K H S L
Decimal 241 173 215 0 0.28 0.11 0.05 322.94 0.71 0.81
Hex F1 AD D7 0 1C B 5 143 47 51
Octal 361 255 327 0 34 13 5 503 107 121
Binary 11110001 10101101 11010111 0 11100 1011 101 101000011 1000111 1010001

Color Harmonies of #F1ADD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ADD7

Black with #F1ADD7

Text Example


Text Example

White with #F1ADD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ADD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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