Html Css Color HEX #FFA5E5 Lavender Rose

📋 copy color: '#FFA5E5'

red 255 ◦ green 165 ◦ blue 229

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

Shades of Lavender Rose #FFA5E5

Tints of Lavender Rose #FFA5E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.29%

R = 39.29%
G = 25.42%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.10

 K value IS 0

RGB Variations

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

Color information

#FFA5E5 (or 0xFFA5E5) is known color: Lavender Rose. HEX triplet: FF, A5 and E5. RGB value is (255,165,229). Sum of RGB (Red+Green+Blue) = 255+165+229=649 (85% of max value = 765). Red value is 255 (100% from 255 or 39.29% from 649); Green value is 165 (64.84% from 255 or 25.42% from 649); Blue value is 229 (89.84% from 255 or 35.29% from 649); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA5E5 is #005A1A. Grayscale: #C7C7C7. Windows color (decimal): -23067 or 15050239. OLE color: 15050239.

HSL color Cylindrical-coordinate representation of color #FFA5E5: hue angle of 317.33º 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 #FFA5E5 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.

Color convert

RGB 255 165 229 -
CMYK 0 0.35 0.10 0
HSL 317.33º 1% 0.82% -
HSV(B) 317.33º 0.35% 1% -
XYZ 68.84 53.83 80.89 -
YUV 199.21 144.82 167.8 -
System Red Green Blue C M Y K H S L
Decimal 255 165 229 0 0.35 0.10 0 317.33 1 0.82
Hex FF A5 E5 0 23 A 0 13D 64 52
Octal 377 245 345 0 43 12 0 475 144 122
Binary 11111111 10100101 11100101 0 100011 1010 0 100111101 1100100 1010010

Color Harmonies of #FFA5E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA5E5

Black with #FFA5E5

Text Example


Text Example

White with #FFA5E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA5E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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