Html Css Color HEX #FEA0F2 Lavender Rose

📋 copy color: '#FEA0F2'

red 254 ◦ green 160 ◦ blue 242

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

Shades of Lavender Rose #FEA0F2

Tints of Lavender Rose #FEA0F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.89%

R = 38.72%
G = 24.39%
B = 36.89%

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

#FEA0F2 (or 0xFEA0F2) is known color: Lavender Rose. HEX triplet: FE, A0 and F2. RGB value is (254,160,242). Sum of RGB (Red+Green+Blue) = 254+160+242=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 160 (62.89% from 255 or 24.39% from 656); Blue value is 242 (94.92% from 255 or 36.89% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA0F2 is #015F0D. Grayscale: #C5C5C5. Windows color (decimal): -89870 or 15900926. OLE color: 15900926.

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

Color convert

RGB 254 160 242 -
CMYK 0 0.37 0.05 0.00
HSL 307.66º 0.98% 0.81% -
HSV(B) 307.66º 0.37% 1% -
XYZ 69.47 52.62 90.5 -
YUV 197.45 153.14 168.33 -
System Red Green Blue C M Y K H S L
Decimal 254 160 242 0 0.37 0.05 0.00 307.66 0.98 0.81
Hex FE A0 F2 0 25 5 0 134 62 51
Octal 376 240 362 0 45 5 0 464 142 121
Binary 11111110 10100000 11110010 0 100101 101 0 100110100 1100010 1010001

Color Harmonies of #FEA0F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA0F2

Black with #FEA0F2

Text Example


Text Example

White with #FEA0F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA0F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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