Html Css Color HEX #F6ABF1 Lavender Rose

📋 copy color: '#F6ABF1'

red 246 ◦ green 171 ◦ blue 241

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

Shades of Lavender Rose #F6ABF1

Tints of Lavender Rose #F6ABF1

RGB

 RED value IS 246 (96.48% from 255) = 37.39%

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

 BLUE value IS 241 (94.53% from 255) = 36.63%

R = 37.39%
G = 25.99%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F6ABF1 (or 0xF6ABF1) is known color: Lavender Rose. HEX triplet: F6, AB and F1. RGB value is (246,171,241). Sum of RGB (Red+Green+Blue) = 246+171+241=658 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.39% from 658); Green value is 171 (67.19% from 255 or 25.99% from 658); Blue value is 241 (94.53% from 255 or 36.63% from 658); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ABF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6ABF1 is #09540E. Grayscale: #C9C9C9. Windows color (decimal): -611343 or 15838198. OLE color: 15838198.

HSL color Cylindrical-coordinate representation of color #F6ABF1: hue angle of 304º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F6ABF1 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 171 241 -
CMYK 0 0.30 0.02 0.04
HSL 304º 0.81% 0.82% -
HSV(B) 304º 0.3% 0.96% -
XYZ 68.45 55.07 90.24 -
YUV 201.41 150.35 159.81 -
System Red Green Blue C M Y K H S L
Decimal 246 171 241 0 0.30 0.02 0.04 304 0.81 0.82
Hex F6 AB F1 0 1E 2 4 130 51 52
Octal 366 253 361 0 36 2 4 460 121 122
Binary 11110110 10101011 11110001 0 11110 10 100 100110000 1010001 1010010

Color Harmonies of #F6ABF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6ABF1

Black with #F6ABF1

Text Example


Text Example

White with #F6ABF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6ABF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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