Html Css Color HEX #F1A2DB Lavender Rose

📋 copy color: '#F1A2DB'

red 241 ◦ green 162 ◦ blue 219

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

Shades of Lavender Rose #F1A2DB

Tints of Lavender Rose #F1A2DB

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.05%

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

R = 38.75%
G = 26.05%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F1A2DB (or 0xF1A2DB) is known color: Lavender Rose. HEX triplet: F1, A2 and DB. RGB value is (241,162,219). Sum of RGB (Red+Green+Blue) = 241+162+219=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 162 (63.67% from 255 or 26.05% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A2DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A2DB is #0E5D24. Grayscale: #BFBFBF. Windows color (decimal): -941349 or 14394097. OLE color: 14394097.

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

Color convert

RGB 241 162 219 -
CMYK 0 0.33 0.09 0.05
HSL 316.71º 0.74% 0.79% -
HSV(B) 316.71º 0.33% 0.95% -
XYZ 61.98 49.66 73.34 -
YUV 192.12 143.17 162.87 -
System Red Green Blue C M Y K H S L
Decimal 241 162 219 0 0.33 0.09 0.05 316.71 0.74 0.79
Hex F1 A2 DB 0 21 9 5 13D 4A 4F
Octal 361 242 333 0 41 11 5 475 112 117
Binary 11110001 10100010 11011011 0 100001 1001 101 100111101 1001010 1001111

Color Harmonies of #F1A2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A2DB

Black with #F1A2DB

Text Example


Text Example

White with #F1A2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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