Html Css Color HEX #FFA5EA Lavender Rose

📋 copy color: '#FFA5EA'

red 255 ◦ green 165 ◦ blue 234

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

Shades of Lavender Rose #FFA5EA

Tints of Lavender Rose #FFA5EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.78%

R = 38.99%
G = 25.23%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FFA5EA (or 0xFFA5EA) is known color: Lavender Rose. HEX triplet: FF, A5 and EA. RGB value is (255,165,234). Sum of RGB (Red+Green+Blue) = 255+165+234=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 165 (64.84% from 255 or 25.23% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA5EA is #005A15. Grayscale: #C7C7C7. Windows color (decimal): -23062 or 15377919. OLE color: 15377919.

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

Color convert

RGB 255 165 234 -
CMYK 0 0.35 0.08 0
HSL 314º 1% 0.82% -
HSV(B) 314º 0.35% 1% -
XYZ 69.55 54.11 84.62 -
YUV 199.78 147.32 167.39 -
System Red Green Blue C M Y K H S L
Decimal 255 165 234 0 0.35 0.08 0 314 1 0.82
Hex FF A5 EA 0 23 8 0 13A 64 52
Octal 377 245 352 0 43 10 0 472 144 122
Binary 11111111 10100101 11101010 0 100011 1000 0 100111010 1100100 1010010

Color Harmonies of #FFA5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA5EA

Black with #FFA5EA

Text Example


Text Example

White with #FFA5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA5EA; }

 p { color: rgb(255,165,234); }

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

background-color css

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

 a { background-color: rgb(255,165,234); }

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

border-color css

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

 span { border-color: rgb(255,165,234); }

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