Html Css Color HEX #FEA5E8 Lavender Rose

📋 copy color: '#FEA5E8'

red 254 ◦ green 165 ◦ blue 232

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

Shades of Lavender Rose #FEA5E8

Tints of Lavender Rose #FEA5E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 35.64%

R = 39.02%
G = 25.35%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FEA5E8 (or 0xFEA5E8) is known color: Lavender Rose. HEX triplet: FE, A5 and E8. RGB value is (254,165,232). Sum of RGB (Red+Green+Blue) = 254+165+232=651 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.02% from 651); Green value is 165 (64.84% from 255 or 25.35% from 651); Blue value is 232 (91.02% from 255 or 35.64% from 651); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA5E8 is #015A17. Grayscale: #C7C7C7. Windows color (decimal): -88600 or 15246846. OLE color: 15246846.

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

Color convert

RGB 254 165 232 -
CMYK 0 0.35 0.09 0.00
HSL 314.83º 0.98% 0.82% -
HSV(B) 314.83º 0.35% 1% -
XYZ 68.89 53.81 83.1 -
YUV 199.25 146.49 167.05 -
System Red Green Blue C M Y K H S L
Decimal 254 165 232 0 0.35 0.09 0.00 314.83 0.98 0.82
Hex FE A5 E8 0 23 9 0 13B 62 52
Octal 376 245 350 0 43 11 0 473 142 122
Binary 11111110 10100101 11101000 0 100011 1001 0 100111011 1100010 1010010

Color Harmonies of #FEA5E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA5E8

Black with #FEA5E8

Text Example


Text Example

White with #FEA5E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA5E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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