Html Css Color HEX #FEA5F9 Lavender Rose

📋 copy color: '#FEA5F9'

red 254 ◦ green 165 ◦ blue 249

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

Shades of Lavender Rose #FEA5F9

Tints of Lavender Rose #FEA5F9

RGB

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

 GREEN value IS 165 (64.84% from 255) = 24.7%

 BLUE value IS 249 (97.66% from 255) = 37.28%

R = 38.02%
G = 24.7%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.02

 K value IS 0.00

RGB Variations

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

Color information

#FEA5F9 (or 0xFEA5F9) is known color: Lavender Rose. HEX triplet: FE, A5 and F9. RGB value is (254,165,249). Sum of RGB (Red+Green+Blue) = 254+165+249=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 165 (64.84% from 255 or 24.70% from 668); Blue value is 249 (97.66% from 255 or 37.28% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA5F9 is #015A06. Grayscale: #C8C8C8. Windows color (decimal): -88583 or 16360958. OLE color: 16360958.

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

Color convert

RGB 254 165 249 -
CMYK 0 0.35 0.02 0.00
HSL 303.37º 0.98% 0.82% -
HSV(B) 303.37º 0.35% 1% -
XYZ 71.43 54.82 96.44 -
YUV 201.19 154.99 165.67 -
System Red Green Blue C M Y K H S L
Decimal 254 165 249 0 0.35 0.02 0.00 303.37 0.98 0.82
Hex FE A5 F9 0 23 2 0 12F 62 52
Octal 376 245 371 0 43 2 0 457 142 122
Binary 11111110 10100101 11111001 0 100011 10 0 100101111 1100010 1010010

Color Harmonies of #FEA5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA5F9

Black with #FEA5F9

Text Example


Text Example

White with #FEA5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA5F9; }

 p { color: rgb(254,165,249); }

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

background-color css

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

 a { background-color: rgb(254,165,249); }

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

border-color css

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

 span { border-color: rgb(254,165,249); }

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