Html Css Color HEX #FEAAFF Lavender Rose

📋 copy color: '#FEAAFF'

red 254 ◦ green 170 ◦ blue 255

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

Shades of Lavender Rose #FEAAFF

Tints of Lavender Rose #FEAAFF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 25.04%

 BLUE value IS 255 (100% from 255) = 37.56%

R = 37.41%
G = 25.04%
B = 37.56%

CMYK

 C value IS 0.00

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FEAAFF (or 0xFEAAFF) is known color: Lavender Rose. HEX triplet: FE, AA and FF. RGB value is (254,170,255). Sum of RGB (Red+Green+Blue) = 254+170+255=679 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.41% from 679); Green value is 170 (66.80% from 255 or 25.04% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #FEAAFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FEAAFF is #015500. Grayscale: #CCCCCC. Windows color (decimal): -87297 or 16755454. OLE color: 16755454.

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

Color convert

RGB 254 170 255 -
CMYK 0.00 0.33 0 0
HSL 299.29º 1% 0.83% -
HSV(B) 299.29º 0.33% 1% -
XYZ 73.3 57.04 101.75 -
YUV 204.81 156.33 163.09 -
System Red Green Blue C M Y K H S L
Decimal 254 170 255 0.00 0.33 0 0 299.29 1 0.83
Hex FE AA FF 0 21 0 0 12B 64 53
Octal 376 252 377 0 41 0 0 453 144 123
Binary 11111110 10101010 11111111 0 100001 0 0 100101011 1100100 1010011

Color Harmonies of #FEAAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEAAFF

Black with #FEAAFF

Text Example


Text Example

White with #FEAAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEAAFF; }

 p { color: rgb(254,170,255); }

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

background-color css

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

 a { background-color: rgb(254,170,255); }

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

border-color css

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

 span { border-color: rgb(254,170,255); }

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