Html Css Color HEX #FEA8EA Lavender Rose

📋 copy color: '#FEA8EA'

red 254 ◦ green 168 ◦ blue 234

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

Shades of Lavender Rose #FEA8EA

Tints of Lavender Rose #FEA8EA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 25.61%

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

R = 38.72%
G = 25.61%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FEA8EA (or 0xFEA8EA) is known color: Lavender Rose. HEX triplet: FE, A8 and EA. RGB value is (254,168,234). Sum of RGB (Red+Green+Blue) = 254+168+234=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 168 (66.02% from 255 or 25.61% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA8EA is #015715. Grayscale: #C9C9C9. Windows color (decimal): -87830 or 15378686. OLE color: 15378686.

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

Color convert

RGB 254 168 234 -
CMYK 0 0.34 0.08 0.00
HSL 313.95º 0.98% 0.83% -
HSV(B) 313.95º 0.34% 1% -
XYZ 69.73 55.02 84.79 -
YUV 201.24 146.49 165.63 -
System Red Green Blue C M Y K H S L
Decimal 254 168 234 0 0.34 0.08 0.00 313.95 0.98 0.83
Hex FE A8 EA 0 22 8 0 13A 62 53
Octal 376 250 352 0 42 10 0 472 142 123
Binary 11111110 10101000 11101010 0 100010 1000 0 100111010 1100010 1010011

Color Harmonies of #FEA8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA8EA

Black with #FEA8EA

Text Example


Text Example

White with #FEA8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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