Html Css Color HEX #FEA8ED Lavender Rose

📋 copy color: '#FEA8ED'

red 254 ◦ green 168 ◦ blue 237

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

Shades of Lavender Rose #FEA8ED

Tints of Lavender Rose #FEA8ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.96%

R = 38.54%
G = 25.49%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#FEA8ED (or 0xFEA8ED) is known color: Lavender Rose. HEX triplet: FE, A8 and ED. RGB value is (254,168,237). Sum of RGB (Red+Green+Blue) = 254+168+237=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 168 (66.02% from 255 or 25.49% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA8ED is #015712. Grayscale: #C9C9C9. Windows color (decimal): -87827 or 15575294. OLE color: 15575294.

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

Color convert

RGB 254 168 237 -
CMYK 0 0.34 0.07 0.00
HSL 311.86º 0.98% 0.83% -
HSV(B) 311.86º 0.34% 1% -
XYZ 70.16 55.19 87.08 -
YUV 201.58 147.99 165.39 -
System Red Green Blue C M Y K H S L
Decimal 254 168 237 0 0.34 0.07 0.00 311.86 0.98 0.83
Hex FE A8 ED 0 22 7 0 138 62 53
Octal 376 250 355 0 42 7 0 470 142 123
Binary 11111110 10101000 11101101 0 100010 111 0 100111000 1100010 1010011

Color Harmonies of #FEA8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA8ED

Black with #FEA8ED

Text Example


Text Example

White with #FEA8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA8ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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