Html Css Color HEX #FFA0E1 Lavender Rose

📋 copy color: '#FFA0E1'

red 255 ◦ green 160 ◦ blue 225

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

Shades of Lavender Rose #FFA0E1

Tints of Lavender Rose #FFA0E1

RGB

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

 GREEN value IS 160 (62.89% from 255) = 25%

 BLUE value IS 225 (88.28% from 255) = 35.16%

R = 39.84%
G = 25%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#FFA0E1 (or 0xFFA0E1) is known color: Lavender Rose. HEX triplet: FF, A0 and E1. RGB value is (255,160,225). Sum of RGB (Red+Green+Blue) = 255+160+225=640 (84% of max value = 765). Red value is 255 (100% from 255 or 39.84% from 640); Green value is 160 (62.89% from 255 or 25% from 640); Blue value is 225 (88.28% from 255 or 35.16% from 640); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA0E1 is #005F1E. Grayscale: #C3C3C3. Windows color (decimal): -24351 or 14786815. OLE color: 14786815.

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

Color convert

RGB 255 160 225 -
CMYK 0 0.37 0.12 0
HSL 318.95º 1% 0.81% -
HSV(B) 318.95º 0.37% 1% -
XYZ 67.4 51.84 77.69 -
YUV 195.82 144.47 170.21 -
System Red Green Blue C M Y K H S L
Decimal 255 160 225 0 0.37 0.12 0 318.95 1 0.81
Hex FF A0 E1 0 25 C 0 13F 64 51
Octal 377 240 341 0 45 14 0 477 144 121
Binary 11111111 10100000 11100001 0 100101 1100 0 100111111 1100100 1010001

Color Harmonies of #FFA0E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA0E1

Black with #FFA0E1

Text Example


Text Example

White with #FFA0E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA0E1; }

 p { color: rgb(255,160,225); }

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

background-color css

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

 a { background-color: rgb(255,160,225); }

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

border-color css

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

 span { border-color: rgb(255,160,225); }

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