Html Css Color HEX #FEA7E4 Lavender Rose

📋 copy color: '#FEA7E4'

red 254 ◦ green 167 ◦ blue 228

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

Shades of Lavender Rose #FEA7E4

Tints of Lavender Rose #FEA7E4

RGB

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

 GREEN value IS 167 (65.63% from 255) = 25.73%

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

R = 39.14%
G = 25.73%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.00

RGB Variations

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

Color information

#FEA7E4 (or 0xFEA7E4) is known color: Lavender Rose. HEX triplet: FE, A7 and E4. RGB value is (254,167,228). Sum of RGB (Red+Green+Blue) = 254+167+228=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 167 (65.62% from 255 or 25.73% from 649); Blue value is 228 (89.45% from 255 or 35.13% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA7E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA7E4 is #01581B. Grayscale: #C7C7C7. Windows color (decimal): -88092 or 14985214. OLE color: 14985214.

HSL color Cylindrical-coordinate representation of color #FEA7E4: hue angle of 317.93º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEA7E4 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 167 228 -
CMYK 0 0.34 0.10 0.00
HSL 317.93º 0.98% 0.83% -
HSV(B) 317.93º 0.34% 1% -
XYZ 68.7 54.31 80.26 -
YUV 199.97 143.82 166.54 -
System Red Green Blue C M Y K H S L
Decimal 254 167 228 0 0.34 0.10 0.00 317.93 0.98 0.83
Hex FE A7 E4 0 22 A 0 13E 62 53
Octal 376 247 344 0 42 12 0 476 142 123
Binary 11111110 10100111 11100100 0 100010 1010 0 100111110 1100010 1010011

Color Harmonies of #FEA7E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA7E4

Black with #FEA7E4

Text Example


Text Example

White with #FEA7E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA7E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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