Html Css Color HEX #FEA5EC Lavender Rose

📋 copy color: '#FEA5EC'

red 254 ◦ green 165 ◦ blue 236

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

Shades of Lavender Rose #FEA5EC

Tints of Lavender Rose #FEA5EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 36.03%

R = 38.78%
G = 25.19%
B = 36.03%

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

#FEA5EC (or 0xFEA5EC) is known color: Lavender Rose. HEX triplet: FE, A5 and EC. RGB value is (254,165,236). Sum of RGB (Red+Green+Blue) = 254+165+236=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 165 (64.84% from 255 or 25.19% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA5EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA5EC is #015A13. Grayscale: #C7C7C7. Windows color (decimal): -88596 or 15508990. OLE color: 15508990.

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

Color convert

RGB 254 165 236 -
CMYK 0 0.35 0.07 0.00
HSL 312.13º 0.98% 0.82% -
HSV(B) 312.13º 0.35% 1% -
XYZ 69.47 54.04 86.13 -
YUV 199.71 148.49 166.73 -
System Red Green Blue C M Y K H S L
Decimal 254 165 236 0 0.35 0.07 0.00 312.13 0.98 0.82
Hex FE A5 EC 0 23 7 0 138 62 52
Octal 376 245 354 0 43 7 0 470 142 122
Binary 11111110 10100101 11101100 0 100011 111 0 100111000 1100010 1010010

Color Harmonies of #FEA5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA5EC

Black with #FEA5EC

Text Example


Text Example

White with #FEA5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA5EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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