Html Css Color HEX #FEA3E4 Lavender Rose

📋 copy color: '#FEA3E4'

red 254 ◦ green 163 ◦ blue 228

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

Shades of Lavender Rose #FEA3E4

Tints of Lavender Rose #FEA3E4

RGB

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

 GREEN value IS 163 (64.06% from 255) = 25.27%

 BLUE value IS 228 (89.45% from 255) = 35.35%

R = 39.38%
G = 25.27%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FEA3E4 (or 0xFEA3E4) is known color: Lavender Rose. HEX triplet: FE, A3 and E4. RGB value is (254,163,228). Sum of RGB (Red+Green+Blue) = 254+163+228=645 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.38% from 645); Green value is 163 (64.06% from 255 or 25.27% from 645); Blue value is 228 (89.45% from 255 or 35.35% from 645); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA3E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA3E4 is #015C1B. Grayscale: #C5C5C5. Windows color (decimal): -89116 or 14984190. OLE color: 14984190.

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

Color convert

RGB 254 163 228 -
CMYK 0 0.36 0.10 0.00
HSL 317.14º 0.98% 0.82% -
HSV(B) 317.14º 0.36% 1% -
XYZ 67.97 52.87 80.02 -
YUV 197.62 145.15 168.21 -
System Red Green Blue C M Y K H S L
Decimal 254 163 228 0 0.36 0.10 0.00 317.14 0.98 0.82
Hex FE A3 E4 0 24 A 0 13D 62 52
Octal 376 243 344 0 44 12 0 475 142 122
Binary 11111110 10100011 11100100 0 100100 1010 0 100111101 1100010 1010010

Color Harmonies of #FEA3E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA3E4

Black with #FEA3E4

Text Example


Text Example

White with #FEA3E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA3E4; }

 p { color: rgb(254,163,228); }

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

background-color css

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

 a { background-color: rgb(254,163,228); }

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

border-color css

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

 span { border-color: rgb(254,163,228); }

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