Html Css Color HEX #FEA8E4 Lavender Rose

📋 copy color: '#FEA8E4'

red 254 ◦ green 168 ◦ blue 228

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

Shades of Lavender Rose #FEA8E4

Tints of Lavender Rose #FEA8E4

RGB

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

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

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

R = 39.08%
G = 25.85%
B = 35.08%

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

#FEA8E4 (or 0xFEA8E4) is known color: Lavender Rose. HEX triplet: FE, A8 and E4. RGB value is (254,168,228). Sum of RGB (Red+Green+Blue) = 254+168+228=650 (86% of max value = 765). Red value is 254 (99.61% from 255 or 39.08% from 650); Green value is 168 (66.02% from 255 or 25.85% from 650); Blue value is 228 (89.45% from 255 or 35.08% from 650); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FEA8E4 is #01571B. Grayscale: #C8C8C8. Windows color (decimal): -87836 or 14985470. OLE color: 14985470.

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

Color convert

RGB 254 168 228 -
CMYK 0 0.34 0.10 0.00
HSL 318.14º 0.98% 0.83% -
HSV(B) 318.14º 0.34% 1% -
XYZ 68.88 54.68 80.32 -
YUV 200.55 143.49 166.12 -
System Red Green Blue C M Y K H S L
Decimal 254 168 228 0 0.34 0.10 0.00 318.14 0.98 0.83
Hex FE A8 E4 0 22 A 0 13E 62 53
Octal 376 250 344 0 42 12 0 476 142 123
Binary 11111110 10101000 11100100 0 100010 1010 0 100111110 1100010 1010011

Color Harmonies of #FEA8E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA8E4

Black with #FEA8E4

Text Example


Text Example

White with #FEA8E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA8E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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