Html Css Color HEX #F1ABDB Lavender Rose

📋 copy color: '#F1ABDB'

red 241 ◦ green 171 ◦ blue 219

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

Shades of Lavender Rose #F1ABDB

Tints of Lavender Rose #F1ABDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.71%

R = 38.19%
G = 27.1%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F1ABDB (or 0xF1ABDB) is known color: Lavender Rose. HEX triplet: F1, AB and DB. RGB value is (241,171,219). Sum of RGB (Red+Green+Blue) = 241+171+219=631 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.19% from 631); Green value is 171 (67.19% from 255 or 27.10% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ABDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ABDB is #0E5424. Grayscale: #C5C5C5. Windows color (decimal): -939045 or 14396401. OLE color: 14396401.

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

Color convert

RGB 241 171 219 -
CMYK 0 0.29 0.09 0.05
HSL 318.86º 0.71% 0.81% -
HSV(B) 318.86º 0.29% 0.95% -
XYZ 63.62 52.94 73.88 -
YUV 197.4 140.19 159.1 -
System Red Green Blue C M Y K H S L
Decimal 241 171 219 0 0.29 0.09 0.05 318.86 0.71 0.81
Hex F1 AB DB 0 1D 9 5 13F 47 51
Octal 361 253 333 0 35 11 5 477 107 121
Binary 11110001 10101011 11011011 0 11101 1001 101 100111111 1000111 1010001

Color Harmonies of #F1ABDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ABDB

Black with #F1ABDB

Text Example


Text Example

White with #F1ABDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ABDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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