Html Css Color HEX #FEA2F8 Lavender Rose

📋 copy color: '#FEA2F8'

red 254 ◦ green 162 ◦ blue 248

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

Shades of Lavender Rose #FEA2F8

Tints of Lavender Rose #FEA2F8

RGB

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

 GREEN value IS 162 (63.67% from 255) = 24.4%

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

R = 38.25%
G = 24.4%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FEA2F8 (or 0xFEA2F8) is known color: Lavender Rose. HEX triplet: FE, A2 and F8. RGB value is (254,162,248). Sum of RGB (Red+Green+Blue) = 254+162+248=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 162 (63.67% from 255 or 24.40% from 664); Blue value is 248 (97.27% from 255 or 37.35% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA2F8 is #015D07. Grayscale: #C7C7C7. Windows color (decimal): -89352 or 16294654. OLE color: 16294654.

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

Color convert

RGB 254 162 248 -
CMYK 0 0.36 0.02 0.00
HSL 303.91º 0.98% 0.82% -
HSV(B) 303.91º 0.36% 1% -
XYZ 70.74 53.69 95.44 -
YUV 199.31 155.48 167.01 -
System Red Green Blue C M Y K H S L
Decimal 254 162 248 0 0.36 0.02 0.00 303.91 0.98 0.82
Hex FE A2 F8 0 24 2 0 130 62 52
Octal 376 242 370 0 44 2 0 460 142 122
Binary 11111110 10100010 11111000 0 100100 10 0 100110000 1100010 1010010

Color Harmonies of #FEA2F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA2F8

Black with #FEA2F8

Text Example


Text Example

White with #FEA2F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA2F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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