Html Css Color HEX #FEA2EA Lavender Rose

📋 copy color: '#FEA2EA'

red 254 ◦ green 162 ◦ blue 234

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

Shades of Lavender Rose #FEA2EA

Tints of Lavender Rose #FEA2EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 36%

R = 39.08%
G = 24.92%
B = 36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FEA2EA (or 0xFEA2EA) is known color: Lavender Rose. HEX triplet: FE, A2 and EA. RGB value is (254,162,234). Sum of RGB (Red+Green+Blue) = 254+162+234=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 162 (63.67% from 255 or 24.92% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA2EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA2EA is #015D15. Grayscale: #C5C5C5. Windows color (decimal): -89366 or 15377150. OLE color: 15377150.

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

Color convert

RGB 254 162 234 -
CMYK 0 0.36 0.08 0.00
HSL 313.04º 0.98% 0.82% -
HSV(B) 313.04º 0.36% 1% -
XYZ 68.64 52.85 84.43 -
YUV 197.72 148.48 168.15 -
System Red Green Blue C M Y K H S L
Decimal 254 162 234 0 0.36 0.08 0.00 313.04 0.98 0.82
Hex FE A2 EA 0 24 8 0 139 62 52
Octal 376 242 352 0 44 10 0 471 142 122
Binary 11111110 10100010 11101010 0 100100 1000 0 100111001 1100010 1010010

Color Harmonies of #FEA2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA2EA

Black with #FEA2EA

Text Example


Text Example

White with #FEA2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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