Html Css Color HEX #F1A9E8 Lavender Rose

📋 copy color: '#F1A9E8'

red 241 ◦ green 169 ◦ blue 232

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

Shades of Lavender Rose #F1A9E8

Tints of Lavender Rose #F1A9E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.14%

R = 37.54%
G = 26.32%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F1A9E8 (or 0xF1A9E8) is known color: Lavender Rose. HEX triplet: F1, A9 and E8. RGB value is (241,169,232). Sum of RGB (Red+Green+Blue) = 241+169+232=642 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.54% from 642); Green value is 169 (66.41% from 255 or 26.32% from 642); Blue value is 232 (91.02% from 255 or 36.14% from 642); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A9E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1A9E8 is #0E5617. Grayscale: #C5C5C5. Windows color (decimal): -939544 or 15247857. OLE color: 15247857.

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

Color convert

RGB 241 169 232 -
CMYK 0 0.30 0.04 0.05
HSL 307.5º 0.72% 0.8% -
HSV(B) 307.5º 0.3% 0.95% -
XYZ 65.03 52.9 83.13 -
YUV 197.71 147.35 158.88 -
System Red Green Blue C M Y K H S L
Decimal 241 169 232 0 0.30 0.04 0.05 307.5 0.72 0.8
Hex F1 A9 E8 0 1E 4 5 134 48 50
Octal 361 251 350 0 36 4 5 464 110 120
Binary 11110001 10101001 11101000 0 11110 100 101 100110100 1001000 1010000

Color Harmonies of #F1A9E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A9E8

Black with #F1A9E8

Text Example


Text Example

White with #F1A9E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A9E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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