Html Css Color HEX #FFA1EB Lavender Rose

📋 copy color: '#FFA1EB'

red 255 ◦ green 161 ◦ blue 235

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

Shades of Lavender Rose #FFA1EB

Tints of Lavender Rose #FFA1EB

RGB

 RED value IS 255 (100% from 255) = 39.17%

 GREEN value IS 161 (63.28% from 255) = 24.73%

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

R = 39.17%
G = 24.73%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FFA1EB (or 0xFFA1EB) is known color: Lavender Rose. HEX triplet: FF, A1 and EB. RGB value is (255,161,235). Sum of RGB (Red+Green+Blue) = 255+161+235=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 161 (63.28% from 255 or 24.73% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA1EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA1EB is #005E14. Grayscale: #C5C5C5. Windows color (decimal): -24085 or 15442431. OLE color: 15442431.

HSL color Cylindrical-coordinate representation of color #FFA1EB: hue angle of 312.77º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FFA1EB is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB 255 161 235 -
CMYK 0 0.37 0.08 0
HSL 312.77º 1% 0.82% -
HSV(B) 312.77º 0.37% 1% -
XYZ 68.98 52.75 85.14 -
YUV 197.54 149.14 168.98 -
System Red Green Blue C M Y K H S L
Decimal 255 161 235 0 0.37 0.08 0 312.77 1 0.82
Hex FF A1 EB 0 25 8 0 139 64 52
Octal 377 241 353 0 45 10 0 471 144 122
Binary 11111111 10100001 11101011 0 100101 1000 0 100111001 1100100 1010010

Color Harmonies of #FFA1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA1EB

Black with #FFA1EB

Text Example


Text Example

White with #FFA1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA1EB; }

 p { color: rgb(255,161,235); }

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

background-color css

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

 a { background-color: rgb(255,161,235); }

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

border-color css

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

 span { border-color: rgb(255,161,235); }

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