Html Css Color HEX #F1ABCB Lavender Pink

📋 copy color: '#F1ABCB'

red 241 ◦ green 171 ◦ blue 203

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

Shades of Lavender Pink #F1ABCB

Tints of Lavender Pink #F1ABCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 33.01%

R = 39.19%
G = 27.8%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F1ABCB (or 0xF1ABCB) is known color: Lavender Pink. HEX triplet: F1, AB and CB. RGB value is (241,171,203). Sum of RGB (Red+Green+Blue) = 241+171+203=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 171 (67.19% from 255 or 27.80% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ABCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ABCB is #0E5434. Grayscale: #C3C3C3. Windows color (decimal): -939061 or 13347825. OLE color: 13347825.

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

Color convert

RGB 241 171 203 -
CMYK 0 0.29 0.16 0.05
HSL 332.57º 0.71% 0.81% -
HSV(B) 332.57º 0.29% 0.95% -
XYZ 61.62 52.14 63.32 -
YUV 195.58 132.19 160.4 -
System Red Green Blue C M Y K H S L
Decimal 241 171 203 0 0.29 0.16 0.05 332.57 0.71 0.81
Hex F1 AB CB 0 1D 10 5 14D 47 51
Octal 361 253 313 0 35 20 5 515 107 121
Binary 11110001 10101011 11001011 0 11101 10000 101 101001101 1000111 1010001

Color Harmonies of #F1ABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ABCB

Black with #F1ABCB

Text Example


Text Example

White with #F1ABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ABCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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