Html Css Color HEX #FEA8E7 Lavender Rose

📋 copy color: '#FEA8E7'

red 254 ◦ green 168 ◦ blue 231

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

Shades of Lavender Rose #FEA8E7

Tints of Lavender Rose #FEA8E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35.38%

R = 38.9%
G = 25.73%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#FEA8E7 (or 0xFEA8E7) is known color: Lavender Rose. HEX triplet: FE, A8 and E7. RGB value is (254,168,231). Sum of RGB (Red+Green+Blue) = 254+168+231=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 168 (66.02% from 255 or 25.73% from 653); Blue value is 231 (90.62% from 255 or 35.38% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA8E7 is #015718. Grayscale: #C8C8C8. Windows color (decimal): -87833 or 15182078. OLE color: 15182078.

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

Color convert

RGB 254 168 231 -
CMYK 0 0.34 0.09 0.00
HSL 316.05º 0.98% 0.83% -
HSV(B) 316.05º 0.34% 1% -
XYZ 69.3 54.85 82.54 -
YUV 200.9 144.99 165.88 -
System Red Green Blue C M Y K H S L
Decimal 254 168 231 0 0.34 0.09 0.00 316.05 0.98 0.83
Hex FE A8 E7 0 22 9 0 13C 62 53
Octal 376 250 347 0 42 11 0 474 142 123
Binary 11111110 10101000 11100111 0 100010 1001 0 100111100 1100010 1010011

Color Harmonies of #FEA8E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA8E7

Black with #FEA8E7

Text Example


Text Example

White with #FEA8E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA8E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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