Html Css Color HEX #FEA7E5 Lavender Rose

📋 copy color: '#FEA7E5'

red 254 ◦ green 167 ◦ blue 229

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

Shades of Lavender Rose #FEA7E5

Tints of Lavender Rose #FEA7E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.23%

R = 39.08%
G = 25.69%
B = 35.23%

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

#FEA7E5 (or 0xFEA7E5) is known color: Lavender Rose. HEX triplet: FE, A7 and E5. RGB value is (254,167,229). Sum of RGB (Red+Green+Blue) = 254+167+229=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 167 (65.62% from 255 or 25.69% from 650); Blue value is 229 (89.84% from 255 or 35.23% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA7E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA7E5 is #01581A. Grayscale: #C7C7C7. Windows color (decimal): -88091 or 15050750. OLE color: 15050750.

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

Color convert

RGB 254 167 229 -
CMYK 0 0.34 0.10 0.00
HSL 317.24º 0.98% 0.83% -
HSV(B) 317.24º 0.34% 1% -
XYZ 68.83 54.37 80.99 -
YUV 200.08 144.32 166.46 -
System Red Green Blue C M Y K H S L
Decimal 254 167 229 0 0.34 0.10 0.00 317.24 0.98 0.83
Hex FE A7 E5 0 22 A 0 13D 62 53
Octal 376 247 345 0 42 12 0 475 142 123
Binary 11111110 10100111 11100101 0 100010 1010 0 100111101 1100010 1010011

Color Harmonies of #FEA7E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA7E5

Black with #FEA7E5

Text Example


Text Example

White with #FEA7E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA7E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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