Html Css Color HEX #F1ABDC Lavender Rose

📋 copy color: '#F1ABDC'

red 241 ◦ green 171 ◦ blue 220

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

Shades of Lavender Rose #F1ABDC

Tints of Lavender Rose #F1ABDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.81%

R = 38.13%
G = 27.06%
B = 34.81%

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

#F1ABDC (or 0xF1ABDC) is known color: Lavender Rose. HEX triplet: F1, AB and DC. RGB value is (241,171,220). Sum of RGB (Red+Green+Blue) = 241+171+220=632 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.13% from 632); Green value is 171 (67.19% from 255 or 27.06% from 632); Blue value is 220 (86.33% from 255 or 34.81% from 632); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ABDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ABDC is #0E5423. Grayscale: #C5C5C5. Windows color (decimal): -939044 or 14461937. OLE color: 14461937.

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

Color convert

RGB 241 171 220 -
CMYK 0 0.29 0.09 0.05
HSL 318º 0.71% 0.81% -
HSV(B) 318º 0.29% 0.95% -
XYZ 63.76 52.99 74.58 -
YUV 197.52 140.69 159.02 -
System Red Green Blue C M Y K H S L
Decimal 241 171 220 0 0.29 0.09 0.05 318 0.71 0.81
Hex F1 AB DC 0 1D 9 5 13E 47 51
Octal 361 253 334 0 35 11 5 476 107 121
Binary 11110001 10101011 11011100 0 11101 1001 101 100111110 1000111 1010001

Color Harmonies of #F1ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ABDC

Black with #F1ABDC

Text Example


Text Example

White with #F1ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ABDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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