Html Css Color HEX #F1A6DB Lavender Rose

📋 copy color: '#F1A6DB'

red 241 ◦ green 166 ◦ blue 219

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

Shades of Lavender Rose #F1A6DB

Tints of Lavender Rose #F1A6DB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 26.52%

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

R = 38.5%
G = 26.52%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F1A6DB (or 0xF1A6DB) is known color: Lavender Rose. HEX triplet: F1, A6 and DB. RGB value is (241,166,219). Sum of RGB (Red+Green+Blue) = 241+166+219=626 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.50% from 626); Green value is 166 (65.23% from 255 or 26.52% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A6DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A6DB is #0E5924. Grayscale: #C2C2C2. Windows color (decimal): -940325 or 14395121. OLE color: 14395121.

HSL color Cylindrical-coordinate representation of color #F1A6DB: hue angle of 317.6º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F1A6DB is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 166 219 -
CMYK 0 0.31 0.09 0.05
HSL 317.6º 0.73% 0.8% -
HSV(B) 317.6º 0.31% 0.95% -
XYZ 62.7 51.09 73.57 -
YUV 194.47 141.85 161.19 -
System Red Green Blue C M Y K H S L
Decimal 241 166 219 0 0.31 0.09 0.05 317.6 0.73 0.8
Hex F1 A6 DB 0 1F 9 5 13E 49 50
Octal 361 246 333 0 37 11 5 476 111 120
Binary 11110001 10100110 11011011 0 11111 1001 101 100111110 1001001 1010000

Color Harmonies of #F1A6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A6DB

Black with #F1A6DB

Text Example


Text Example

White with #F1A6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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