Html Css Color HEX #FEA0FF Lavender Rose

📋 copy color: '#FEA0FF'

red 254 ◦ green 160 ◦ blue 255

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

Shades of Lavender Rose #FEA0FF

Tints of Lavender Rose #FEA0FF

RGB

 RED value IS 254 (99.61% from 255) = 37.97%

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

 BLUE value IS 255 (100% from 255) = 38.12%

R = 37.97%
G = 23.92%
B = 38.12%

CMYK

 C value IS 0.00

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FEA0FF (or 0xFEA0FF) is known color: Lavender Rose. HEX triplet: FE, A0 and FF. RGB value is (254,160,255). Sum of RGB (Red+Green+Blue) = 254+160+255=669 (88% of max value = 765). Red value is 254 (99.61% from 255 or 37.97% from 669); Green value is 160 (62.89% from 255 or 23.92% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEA0FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA0FF is #015F00. Grayscale: #C6C6C6. Windows color (decimal): -89857 or 16752894. OLE color: 16752894.

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

Color convert

RGB 254 160 255 -
CMYK 0.00 0.37 0 0
HSL 299.37º 1% 0.81% -
HSV(B) 299.37º 0.37% 1% -
XYZ 71.49 53.43 101.15 -
YUV 198.94 159.64 167.28 -
System Red Green Blue C M Y K H S L
Decimal 254 160 255 0.00 0.37 0 0 299.37 1 0.81
Hex FE A0 FF 0 25 0 0 12B 64 51
Octal 376 240 377 0 45 0 0 453 144 121
Binary 11111110 10100000 11111111 0 100101 0 0 100101011 1100100 1010001

Color Harmonies of #FEA0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA0FF

Black with #FEA0FF

Text Example


Text Example

White with #FEA0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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