Html Css Color HEX #FFA0EB Lavender Rose

📋 copy color: '#FFA0EB'

red 255 ◦ green 160 ◦ blue 235

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

Shades of Lavender Rose #FFA0EB

Tints of Lavender Rose #FFA0EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.15%

R = 39.23%
G = 24.62%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FFA0EB (or 0xFFA0EB) is known color: Lavender Rose. HEX triplet: FF, A0 and EB. RGB value is (255,160,235). Sum of RGB (Red+Green+Blue) = 255+160+235=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 160 (62.89% from 255 or 24.62% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA0EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFA0EB is #005F14. Grayscale: #C4C4C4. Windows color (decimal): -24341 or 15442175. OLE color: 15442175.

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

Color convert

RGB 255 160 235 -
CMYK 0 0.37 0.08 0
HSL 312.63º 1% 0.81% -
HSV(B) 312.63º 0.37% 1% -
XYZ 68.81 52.4 85.08 -
YUV 196.96 149.47 169.4 -
System Red Green Blue C M Y K H S L
Decimal 255 160 235 0 0.37 0.08 0 312.63 1 0.81
Hex FF A0 EB 0 25 8 0 139 64 51
Octal 377 240 353 0 45 10 0 471 144 121
Binary 11111111 10100000 11101011 0 100101 1000 0 100111001 1100100 1010001

Color Harmonies of #FFA0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA0EB

Black with #FFA0EB

Text Example


Text Example

White with #FFA0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA0EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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