Html Css Color HEX #FEA8EE Lavender Rose

📋 copy color: '#FEA8EE'

red 254 ◦ green 168 ◦ blue 238

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

Shades of Lavender Rose #FEA8EE

Tints of Lavender Rose #FEA8EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.06%

R = 38.48%
G = 25.45%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#FEA8EE (or 0xFEA8EE) is known color: Lavender Rose. HEX triplet: FE, A8 and EE. RGB value is (254,168,238). Sum of RGB (Red+Green+Blue) = 254+168+238=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 168 (66.02% from 255 or 25.45% from 660); Blue value is 238 (93.36% from 255 or 36.06% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA8EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA8EE is #015711. Grayscale: #C9C9C9. Windows color (decimal): -87826 or 15640830. OLE color: 15640830.

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

Color convert

RGB 254 168 238 -
CMYK 0 0.34 0.06 0.00
HSL 311.16º 0.98% 0.83% -
HSV(B) 311.16º 0.34% 1% -
XYZ 70.31 55.25 87.85 -
YUV 201.69 148.49 165.31 -
System Red Green Blue C M Y K H S L
Decimal 254 168 238 0 0.34 0.06 0.00 311.16 0.98 0.83
Hex FE A8 EE 0 22 6 0 137 62 53
Octal 376 250 356 0 42 6 0 467 142 123
Binary 11111110 10101000 11101110 0 100010 110 0 100110111 1100010 1010011

Color Harmonies of #FEA8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA8EE

Black with #FEA8EE

Text Example


Text Example

White with #FEA8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA8EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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