Html Css Color HEX #FEA0F1 Lavender Rose

📋 copy color: '#FEA0F1'

red 254 ◦ green 160 ◦ blue 241

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

Shades of Lavender Rose #FEA0F1

Tints of Lavender Rose #FEA0F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.79%

R = 38.78%
G = 24.43%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.00

RGB Variations

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

Color information

#FEA0F1 (or 0xFEA0F1) is known color: Lavender Rose. HEX triplet: FE, A0 and F1. RGB value is (254,160,241). Sum of RGB (Red+Green+Blue) = 254+160+241=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 160 (62.89% from 255 or 24.43% from 655); Blue value is 241 (94.53% from 255 or 36.79% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0F1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA0F1 is #015F0E. Grayscale: #C5C5C5. Windows color (decimal): -89871 or 15835390. OLE color: 15835390.

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

Color convert

RGB 254 160 241 -
CMYK 0 0.37 0.05 0.00
HSL 308.3º 0.98% 0.81% -
HSV(B) 308.3º 0.37% 1% -
XYZ 69.32 52.56 89.71 -
YUV 197.34 152.64 168.41 -
System Red Green Blue C M Y K H S L
Decimal 254 160 241 0 0.37 0.05 0.00 308.3 0.98 0.81
Hex FE A0 F1 0 25 5 0 134 62 51
Octal 376 240 361 0 45 5 0 464 142 121
Binary 11111110 10100000 11110001 0 100101 101 0 100110100 1100010 1010001

Color Harmonies of #FEA0F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA0F1

Black with #FEA0F1

Text Example


Text Example

White with #FEA0F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA0F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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