Html Css Color HEX #FFAAEB Lavender Rose

📋 copy color: '#FFAAEB'

red 255 ◦ green 170 ◦ blue 235

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

Shades of Lavender Rose #FFAAEB

Tints of Lavender Rose #FFAAEB

RGB

 RED value IS 255 (100% from 255) = 38.64%

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

 BLUE value IS 235 (92.19% from 255) = 35.61%

R = 38.64%
G = 25.76%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0

RGB Variations

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

Color information

#FFAAEB (or 0xFFAAEB) is known color: Lavender Rose. HEX triplet: FF, AA and EB. RGB value is (255,170,235). Sum of RGB (Red+Green+Blue) = 255+170+235=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 170 (66.80% from 255 or 25.76% from 660); Blue value is 235 (92.19% from 255 or 35.61% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAAEB is #005514. Grayscale: #CACACA. Windows color (decimal): -21781 or 15444735. OLE color: 15444735.

HSL color Cylindrical-coordinate representation of color #FFAAEB: hue angle of 314.12º 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 #FFAAEB is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.

Color convert

RGB 255 170 235 -
CMYK 0 0.33 0.08 0
HSL 314.12º 1% 0.83% -
HSV(B) 314.12º 0.33% 1% -
XYZ 70.61 56.01 85.69 -
YUV 202.83 146.16 165.21 -
System Red Green Blue C M Y K H S L
Decimal 255 170 235 0 0.33 0.08 0 314.12 1 0.83
Hex FF AA EB 0 21 8 0 13A 64 53
Octal 377 252 353 0 41 10 0 472 144 123
Binary 11111111 10101010 11101011 0 100001 1000 0 100111010 1100100 1010011

Color Harmonies of #FFAAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAAEB

Black with #FFAAEB

Text Example


Text Example

White with #FFAAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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