Html Css Color HEX #FEA0F8 Lavender Rose

📋 copy color: '#FEA0F8'

red 254 ◦ green 160 ◦ blue 248

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

Shades of Lavender Rose #FEA0F8

Tints of Lavender Rose #FEA0F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 37.46%

R = 38.37%
G = 24.17%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FEA0F8 (or 0xFEA0F8) is known color: Lavender Rose. HEX triplet: FE, A0 and F8. RGB value is (254,160,248). Sum of RGB (Red+Green+Blue) = 254+160+248=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 160 (62.89% from 255 or 24.17% from 662); Blue value is 248 (97.27% from 255 or 37.46% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA0F8 is #015F07. Grayscale: #C5C5C5. Windows color (decimal): -89864 or 16294142. OLE color: 16294142.

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

Color convert

RGB 254 160 248 -
CMYK 0 0.37 0.02 0.00
HSL 303.83º 0.98% 0.81% -
HSV(B) 303.83º 0.37% 1% -
XYZ 70.39 52.99 95.33 -
YUV 198.14 156.14 167.84 -
System Red Green Blue C M Y K H S L
Decimal 254 160 248 0 0.37 0.02 0.00 303.83 0.98 0.81
Hex FE A0 F8 0 25 2 0 130 62 51
Octal 376 240 370 0 45 2 0 460 142 121
Binary 11111110 10100000 11111000 0 100101 10 0 100110000 1100010 1010001

Color Harmonies of #FEA0F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA0F8

Black with #FEA0F8

Text Example


Text Example

White with #FEA0F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA0F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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