Html Css Color HEX #F1ADD5 Lavender Pink

📋 copy color: '#F1ADD5'

red 241 ◦ green 173 ◦ blue 213

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

Shades of Lavender Pink #F1ADD5

Tints of Lavender Pink #F1ADD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 33.97%

R = 38.44%
G = 27.59%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F1ADD5 (or 0xF1ADD5) is known color: Lavender Pink. HEX triplet: F1, AD and D5. RGB value is (241,173,213). Sum of RGB (Red+Green+Blue) = 241+173+213=627 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.44% from 627); Green value is 173 (67.97% from 255 or 27.59% from 627); Blue value is 213 (83.59% from 255 or 33.97% from 627); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ADD5 is #0E522A. Grayscale: #C5C5C5. Windows color (decimal): -938539 or 14003697. OLE color: 14003697.

HSL color Cylindrical-coordinate representation of color #F1ADD5: hue angle of 324.71º 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 #F1ADD5 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 173 213 -
CMYK 0 0.28 0.12 0.05
HSL 324.71º 0.71% 0.81% -
HSV(B) 324.71º 0.28% 0.95% -
XYZ 63.23 53.39 69.92 -
YUV 197.89 136.53 158.75 -
System Red Green Blue C M Y K H S L
Decimal 241 173 213 0 0.28 0.12 0.05 324.71 0.71 0.81
Hex F1 AD D5 0 1C C 5 145 47 51
Octal 361 255 325 0 34 14 5 505 107 121
Binary 11110001 10101101 11010101 0 11100 1100 101 101000101 1000111 1010001

Color Harmonies of #F1ADD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ADD5

Black with #F1ADD5

Text Example


Text Example

White with #F1ADD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ADD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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