Html Css Color HEX #FEA5ED Lavender Rose

📋 copy color: '#FEA5ED'

red 254 ◦ green 165 ◦ blue 237

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

Shades of Lavender Rose #FEA5ED

Tints of Lavender Rose #FEA5ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.13%

R = 38.72%
G = 25.15%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FEA5ED (or 0xFEA5ED) is known color: Lavender Rose. HEX triplet: FE, A5 and ED. RGB value is (254,165,237). Sum of RGB (Red+Green+Blue) = 254+165+237=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 165 (64.84% from 255 or 25.15% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA5ED is #015A12. Grayscale: #C7C7C7. Windows color (decimal): -88595 or 15574526. OLE color: 15574526.

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

Color convert

RGB 254 165 237 -
CMYK 0 0.35 0.07 0.00
HSL 311.46º 0.98% 0.82% -
HSV(B) 311.46º 0.35% 1% -
XYZ 69.61 54.1 86.89 -
YUV 199.82 148.99 166.65 -
System Red Green Blue C M Y K H S L
Decimal 254 165 237 0 0.35 0.07 0.00 311.46 0.98 0.82
Hex FE A5 ED 0 23 7 0 137 62 52
Octal 376 245 355 0 43 7 0 467 142 122
Binary 11111110 10100101 11101101 0 100011 111 0 100110111 1100010 1010010

Color Harmonies of #FEA5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA5ED

Black with #FEA5ED

Text Example


Text Example

White with #FEA5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA5ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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