Html Css Color HEX #F1A5E3 Lavender Rose

📋 copy color: '#F1A5E3'

red 241 ◦ green 165 ◦ blue 227

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

Shades of Lavender Rose #F1A5E3

Tints of Lavender Rose #F1A5E3

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.07%

 BLUE value IS 227 (89.06% from 255) = 35.86%

R = 38.07%
G = 26.07%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F1A5E3 (or 0xF1A5E3) is known color: Lavender Rose. HEX triplet: F1, A5 and E3. RGB value is (241,165,227). Sum of RGB (Red+Green+Blue) = 241+165+227=633 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.07% from 633); Green value is 165 (64.84% from 255 or 26.07% from 633); Blue value is 227 (89.06% from 255 or 35.86% from 633); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A5E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A5E3 is #0E5A1C. Grayscale: #C2C2C2. Windows color (decimal): -940573 or 14919153. OLE color: 14919153.

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

Color convert

RGB 241 165 227 -
CMYK 0 0.32 0.06 0.05
HSL 311.05º 0.73% 0.8% -
HSV(B) 311.05º 0.32% 0.95% -
XYZ 63.6 51.16 79.2 -
YUV 194.79 146.18 160.96 -
System Red Green Blue C M Y K H S L
Decimal 241 165 227 0 0.32 0.06 0.05 311.05 0.73 0.8
Hex F1 A5 E3 0 20 6 5 137 49 50
Octal 361 245 343 0 40 6 5 467 111 120
Binary 11110001 10100101 11100011 0 100000 110 101 100110111 1001001 1010000

Color Harmonies of #F1A5E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A5E3

Black with #F1A5E3

Text Example


Text Example

White with #F1A5E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A5E3; }

 p { color: rgb(241,165,227); }

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

background-color css

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

 a { background-color: rgb(241,165,227); }

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

border-color css

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

 span { border-color: rgb(241,165,227); }

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