Html Css Color HEX #F1A9DB Lavender Rose

📋 copy color: '#F1A9DB'

red 241 ◦ green 169 ◦ blue 219

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

Shades of Lavender Rose #F1A9DB

Tints of Lavender Rose #F1A9DB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.87%

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

R = 38.31%
G = 26.87%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F1A9DB (or 0xF1A9DB) is known color: Lavender Rose. HEX triplet: F1, A9 and DB. RGB value is (241,169,219). Sum of RGB (Red+Green+Blue) = 241+169+219=629 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.31% from 629); Green value is 169 (66.41% from 255 or 26.87% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A9DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A9DB is #0E5624. Grayscale: #C4C4C4. Windows color (decimal): -939557 or 14395889. OLE color: 14395889.

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

Color convert

RGB 241 169 219 -
CMYK 0 0.30 0.09 0.05
HSL 318.33º 0.72% 0.8% -
HSV(B) 318.33º 0.3% 0.95% -
XYZ 63.25 52.19 73.76 -
YUV 196.23 140.85 159.93 -
System Red Green Blue C M Y K H S L
Decimal 241 169 219 0 0.30 0.09 0.05 318.33 0.72 0.8
Hex F1 A9 DB 0 1E 9 5 13E 48 50
Octal 361 251 333 0 36 11 5 476 110 120
Binary 11110001 10101001 11011011 0 11110 1001 101 100111110 1001000 1010000

Color Harmonies of #F1A9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A9DB

Black with #F1A9DB

Text Example


Text Example

White with #F1A9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A9DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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