Html Css Color HEX #F1ABD7 Lavender Pink

📋 copy color: '#F1ABD7'

red 241 ◦ green 171 ◦ blue 215

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

Shades of Lavender Pink #F1ABD7

Tints of Lavender Pink #F1ABD7

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.27%

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

R = 38.44%
G = 27.27%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.11

 K value IS 0.05

RGB Variations

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

Color information

#F1ABD7 (or 0xF1ABD7) is known color: Lavender Pink. HEX triplet: F1, AB and D7. RGB value is (241,171,215). Sum of RGB (Red+Green+Blue) = 241+171+215=627 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.44% from 627); Green value is 171 (67.19% from 255 or 27.27% from 627); Blue value is 215 (84.38% from 255 or 34.29% from 627); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ABD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ABD7 is #0E5428. Grayscale: #C4C4C4. Windows color (decimal): -939049 or 14134257. OLE color: 14134257.

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

Color convert

RGB 241 171 215 -
CMYK 0 0.29 0.11 0.05
HSL 322.29º 0.71% 0.81% -
HSV(B) 322.29º 0.29% 0.95% -
XYZ 63.1 52.73 71.14 -
YUV 196.95 138.19 159.42 -
System Red Green Blue C M Y K H S L
Decimal 241 171 215 0 0.29 0.11 0.05 322.29 0.71 0.81
Hex F1 AB D7 0 1D B 5 142 47 51
Octal 361 253 327 0 35 13 5 502 107 121
Binary 11110001 10101011 11010111 0 11101 1011 101 101000010 1000111 1010001

Color Harmonies of #F1ABD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ABD7

Black with #F1ABD7

Text Example


Text Example

White with #F1ABD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ABD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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