Html Css Color HEX #FFA5E9 Lavender Rose

📋 copy color: '#FFA5E9'

red 255 ◦ green 165 ◦ blue 233

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

Shades of Lavender Rose #FFA5E9

Tints of Lavender Rose #FFA5E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 35.68%

R = 39.05%
G = 25.27%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#FFA5E9 (or 0xFFA5E9) is known color: Lavender Rose. HEX triplet: FF, A5 and E9. RGB value is (255,165,233). Sum of RGB (Red+Green+Blue) = 255+165+233=653 (86% of max value = 765). Red value is 255 (100% from 255 or 39.05% from 653); Green value is 165 (64.84% from 255 or 25.27% from 653); Blue value is 233 (91.41% from 255 or 35.68% from 653); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA5E9 is #005A16. Grayscale: #C7C7C7. Windows color (decimal): -23063 or 15312383. OLE color: 15312383.

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

Color convert

RGB 255 165 233 -
CMYK 0 0.35 0.09 0
HSL 314.67º 1% 0.82% -
HSV(B) 314.67º 0.35% 1% -
XYZ 69.4 54.05 83.87 -
YUV 199.66 146.82 167.47 -
System Red Green Blue C M Y K H S L
Decimal 255 165 233 0 0.35 0.09 0 314.67 1 0.82
Hex FF A5 E9 0 23 9 0 13B 64 52
Octal 377 245 351 0 43 11 0 473 144 122
Binary 11111111 10100101 11101001 0 100011 1001 0 100111011 1100100 1010010

Color Harmonies of #FFA5E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA5E9

Black with #FFA5E9

Text Example


Text Example

White with #FFA5E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA5E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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