Html Css Color HEX #FFA2EB Lavender Rose

📋 copy color: '#FFA2EB'

red 255 ◦ green 162 ◦ blue 235

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

Shades of Lavender Rose #FFA2EB

Tints of Lavender Rose #FFA2EB

RGB

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

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

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

R = 39.11%
G = 24.85%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FFA2EB (or 0xFFA2EB) is known color: Lavender Rose. HEX triplet: FF, A2 and EB. RGB value is (255,162,235). Sum of RGB (Red+Green+Blue) = 255+162+235=652 (86% of max value = 765). Red value is 255 (100% from 255 or 39.11% from 652); Green value is 162 (63.67% from 255 or 24.85% from 652); Blue value is 235 (92.19% from 255 or 36.04% from 652); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA2EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA2EB is #005D14. Grayscale: #C5C5C5. Windows color (decimal): -23829 or 15442687. OLE color: 15442687.

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

Color convert

RGB 255 162 235 -
CMYK 0 0.36 0.08 0
HSL 312.9º 1% 0.82% -
HSV(B) 312.9º 0.36% 1% -
XYZ 69.16 53.1 85.2 -
YUV 198.13 148.81 168.56 -
System Red Green Blue C M Y K H S L
Decimal 255 162 235 0 0.36 0.08 0 312.9 1 0.82
Hex FF A2 EB 0 24 8 0 139 64 52
Octal 377 242 353 0 44 10 0 471 144 122
Binary 11111111 10100010 11101011 0 100100 1000 0 100111001 1100100 1010010

Color Harmonies of #FFA2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA2EB

Black with #FFA2EB

Text Example


Text Example

White with #FFA2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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