Html Css Color HEX #FEA9E9 Lavender Rose

📋 copy color: '#FEA9E9'

red 254 ◦ green 169 ◦ blue 233

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

Shades of Lavender Rose #FEA9E9

Tints of Lavender Rose #FEA9E9

RGB

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

 GREEN value IS 169 (66.41% from 255) = 25.76%

 BLUE value IS 233 (91.41% from 255) = 35.52%

R = 38.72%
G = 25.76%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.00

RGB Variations

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

Color information

#FEA9E9 (or 0xFEA9E9) is known color: Lavender Rose. HEX triplet: FE, A9 and E9. RGB value is (254,169,233). Sum of RGB (Red+Green+Blue) = 254+169+233=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 169 (66.41% from 255 or 25.76% from 656); Blue value is 233 (91.41% from 255 or 35.52% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA9E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEA9E9 is #015616. Grayscale: #C9C9C9. Windows color (decimal): -87575 or 15313406. OLE color: 15313406.

HSL color Cylindrical-coordinate representation of color #FEA9E9: hue angle of 314.82º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FEA9E9 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 169 233 -
CMYK 0 0.33 0.08 0.00
HSL 314.82º 0.98% 0.83% -
HSV(B) 314.82º 0.33% 1% -
XYZ 69.77 55.33 84.09 -
YUV 201.71 145.66 165.3 -
System Red Green Blue C M Y K H S L
Decimal 254 169 233 0 0.33 0.08 0.00 314.82 0.98 0.83
Hex FE A9 E9 0 21 8 0 13B 62 53
Octal 376 251 351 0 41 10 0 473 142 123
Binary 11111110 10101001 11101001 0 100001 1000 0 100111011 1100010 1010011

Color Harmonies of #FEA9E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA9E9

Black with #FEA9E9

Text Example


Text Example

White with #FEA9E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA9E9; }

 p { color: rgb(254,169,233); }

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

background-color css

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

 a { background-color: rgb(254,169,233); }

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

border-color css

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

 span { border-color: rgb(254,169,233); }

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