Html Css Color HEX #FEA2EC Lavender Rose

📋 copy color: '#FEA2EC'

red 254 ◦ green 162 ◦ blue 236

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

Shades of Lavender Rose #FEA2EC

Tints of Lavender Rose #FEA2EC

RGB

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

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

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

R = 38.96%
G = 24.85%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FEA2EC (or 0xFEA2EC) is known color: Lavender Rose. HEX triplet: FE, A2 and EC. RGB value is (254,162,236). Sum of RGB (Red+Green+Blue) = 254+162+236=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 162 (63.67% from 255 or 24.85% from 652); Blue value is 236 (92.58% from 255 or 36.20% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA2EC is #015D13. Grayscale: #C5C5C5. Windows color (decimal): -89364 or 15508222. OLE color: 15508222.

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

Color convert

RGB 254 162 236 -
CMYK 0 0.36 0.07 0.00
HSL 311.74º 0.98% 0.82% -
HSV(B) 311.74º 0.36% 1% -
XYZ 68.93 52.97 85.95 -
YUV 197.94 149.48 167.98 -
System Red Green Blue C M Y K H S L
Decimal 254 162 236 0 0.36 0.07 0.00 311.74 0.98 0.82
Hex FE A2 EC 0 24 7 0 138 62 52
Octal 376 242 354 0 44 7 0 470 142 122
Binary 11111110 10100010 11101100 0 100100 111 0 100111000 1100010 1010010

Color Harmonies of #FEA2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA2EC

Black with #FEA2EC

Text Example


Text Example

White with #FEA2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA2EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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