Html Css Color HEX #FFA5E7 Lavender Rose

📋 copy color: '#FFA5E7'

red 255 ◦ green 165 ◦ blue 231

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

Shades of Lavender Rose #FFA5E7

Tints of Lavender Rose #FFA5E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35.48%

R = 39.17%
G = 25.35%
B = 35.48%

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

#FFA5E7 (or 0xFFA5E7) is known color: Lavender Rose. HEX triplet: FF, A5 and E7. RGB value is (255,165,231). Sum of RGB (Red+Green+Blue) = 255+165+231=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 165 (64.84% from 255 or 25.35% from 651); Blue value is 231 (90.62% from 255 or 35.48% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA5E7 is #005A18. Grayscale: #C7C7C7. Windows color (decimal): -23065 or 15181311. OLE color: 15181311.

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

Color convert

RGB 255 165 231 -
CMYK 0 0.35 0.09 0
HSL 316º 1% 0.82% -
HSV(B) 316º 0.35% 1% -
XYZ 69.12 53.94 82.37 -
YUV 199.43 145.82 167.63 -
System Red Green Blue C M Y K H S L
Decimal 255 165 231 0 0.35 0.09 0 316 1 0.82
Hex FF A5 E7 0 23 9 0 13C 64 52
Octal 377 245 347 0 43 11 0 474 144 122
Binary 11111111 10100101 11100111 0 100011 1001 0 100111100 1100100 1010010

Color Harmonies of #FFA5E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA5E7

Black with #FFA5E7

Text Example


Text Example

White with #FFA5E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA5E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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