Html Css Color HEX #F1A8EB Lavender Rose

📋 copy color: '#F1A8EB'

red 241 ◦ green 168 ◦ blue 235

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

Shades of Lavender Rose #F1A8EB

Tints of Lavender Rose #F1A8EB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.09%

 BLUE value IS 235 (92.19% from 255) = 36.49%

R = 37.42%
G = 26.09%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F1A8EB (or 0xF1A8EB) is known color: Lavender Rose. HEX triplet: F1, A8 and EB. RGB value is (241,168,235). Sum of RGB (Red+Green+Blue) = 241+168+235=644 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.42% from 644); Green value is 168 (66.02% from 255 or 26.09% from 644); Blue value is 235 (92.19% from 255 or 36.49% from 644); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A8EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1A8EB is #0E5714. Grayscale: #C5C5C5. Windows color (decimal): -939797 or 15444209. OLE color: 15444209.

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

Color convert

RGB 241 168 235 -
CMYK 0 0.30 0.02 0.05
HSL 304.93º 0.72% 0.8% -
HSV(B) 304.93º 0.3% 0.95% -
XYZ 65.27 52.7 85.33 -
YUV 197.47 149.18 159.05 -
System Red Green Blue C M Y K H S L
Decimal 241 168 235 0 0.30 0.02 0.05 304.93 0.72 0.8
Hex F1 A8 EB 0 1E 2 5 131 48 50
Octal 361 250 353 0 36 2 5 461 110 120
Binary 11110001 10101000 11101011 0 11110 10 101 100110001 1001000 1010000

Color Harmonies of #F1A8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A8EB

Black with #F1A8EB

Text Example


Text Example

White with #F1A8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A8EB; }

 p { color: rgb(241,168,235); }

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

background-color css

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

 a { background-color: rgb(241,168,235); }

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

border-color css

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

 span { border-color: rgb(241,168,235); }

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