Html Css Color HEX #F1A2D9 Lavender Rose

📋 copy color: '#F1A2D9'

red 241 ◦ green 162 ◦ blue 217

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

Shades of Lavender Rose #F1A2D9

Tints of Lavender Rose #F1A2D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 35%

R = 38.87%
G = 26.13%
B = 35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F1A2D9 (or 0xF1A2D9) is known color: Lavender Rose. HEX triplet: F1, A2 and D9. RGB value is (241,162,217). Sum of RGB (Red+Green+Blue) = 241+162+217=620 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.87% from 620); Green value is 162 (63.67% from 255 or 26.13% from 620); Blue value is 217 (85.16% from 255 or 35% from 620); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A2D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A2D9 is #0E5D26. Grayscale: #BFBFBF. Windows color (decimal): -941351 or 14263025. OLE color: 14263025.

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

Color convert

RGB 241 162 217 -
CMYK 0 0.33 0.10 0.05
HSL 318.23º 0.74% 0.79% -
HSV(B) 318.23º 0.33% 0.95% -
XYZ 61.72 49.55 71.96 -
YUV 191.89 142.17 163.03 -
System Red Green Blue C M Y K H S L
Decimal 241 162 217 0 0.33 0.10 0.05 318.23 0.74 0.79
Hex F1 A2 D9 0 21 A 5 13E 4A 4F
Octal 361 242 331 0 41 12 5 476 112 117
Binary 11110001 10100010 11011001 0 100001 1010 101 100111110 1001010 1001111

Color Harmonies of #F1A2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A2D9

Black with #F1A2D9

Text Example


Text Example

White with #F1A2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A2D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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