Html Css Color HEX #FFA5E0 Lavender Rose

📋 copy color: '#FFA5E0'

red 255 ◦ green 165 ◦ blue 224

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

Shades of Lavender Rose #FFA5E0

Tints of Lavender Rose #FFA5E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 34.78%

R = 39.6%
G = 25.62%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#FFA5E0 (or 0xFFA5E0) is known color: Lavender Rose. HEX triplet: FF, A5 and E0. RGB value is (255,165,224). Sum of RGB (Red+Green+Blue) = 255+165+224=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 165 (64.84% from 255 or 25.62% from 644); Blue value is 224 (87.89% from 255 or 34.78% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5E0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA5E0 is #005A1F. Grayscale: #C6C6C6. Windows color (decimal): -23072 or 14722559. OLE color: 14722559.

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

Color convert

RGB 255 165 224 -
CMYK 0 0.35 0.12 0
HSL 320.67º 1% 0.82% -
HSV(B) 320.67º 0.35% 1% -
XYZ 68.15 53.55 77.27 -
YUV 198.64 142.32 168.2 -
System Red Green Blue C M Y K H S L
Decimal 255 165 224 0 0.35 0.12 0 320.67 1 0.82
Hex FF A5 E0 0 23 C 0 141 64 52
Octal 377 245 340 0 43 14 0 501 144 122
Binary 11111111 10100101 11100000 0 100011 1100 0 101000001 1100100 1010010

Color Harmonies of #FFA5E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA5E0

Black with #FFA5E0

Text Example


Text Example

White with #FFA5E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA5E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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