Html Css Color HEX #FEA8E3 Lavender Rose

📋 copy color: '#FEA8E3'

red 254 ◦ green 168 ◦ blue 227

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

Shades of Lavender Rose #FEA8E3

Tints of Lavender Rose #FEA8E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 34.98%

R = 39.14%
G = 25.89%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.00

RGB Variations

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

Color information

#FEA8E3 (or 0xFEA8E3) is known color: Lavender Rose. HEX triplet: FE, A8 and E3. RGB value is (254,168,227). Sum of RGB (Red+Green+Blue) = 254+168+227=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 168 (66.02% from 255 or 25.89% from 649); Blue value is 227 (89.06% from 255 or 34.98% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8E3 is #01571C. Grayscale: #C8C8C8. Windows color (decimal): -87837 or 14919934. OLE color: 14919934.

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

Color convert

RGB 254 168 227 -
CMYK 0 0.34 0.11 0.00
HSL 318.84º 0.98% 0.83% -
HSV(B) 318.84º 0.34% 1% -
XYZ 68.74 54.62 79.59 -
YUV 200.44 142.99 166.2 -
System Red Green Blue C M Y K H S L
Decimal 254 168 227 0 0.34 0.11 0.00 318.84 0.98 0.83
Hex FE A8 E3 0 22 B 0 13F 62 53
Octal 376 250 343 0 42 13 0 477 142 123
Binary 11111110 10101000 11100011 0 100010 1011 0 100111111 1100010 1010011

Color Harmonies of #FEA8E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA8E3

Black with #FEA8E3

Text Example


Text Example

White with #FEA8E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA8E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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