Html Css Color HEX #FFAEE1 Lavender Rose

📋 copy color: '#FFAEE1'

red 255 ◦ green 174 ◦ blue 225

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

Shades of Lavender Rose #FFAEE1

Tints of Lavender Rose #FFAEE1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 26.61%

 BLUE value IS 225 (88.28% from 255) = 34.4%

R = 38.99%
G = 26.61%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0

RGB Variations

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

Color information

#FFAEE1 (or 0xFFAEE1) is known color: Lavender Rose. HEX triplet: FF, AE and E1. RGB value is (255,174,225). Sum of RGB (Red+Green+Blue) = 255+174+225=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 174 (68.36% from 255 or 26.61% from 654); Blue value is 225 (88.28% from 255 or 34.40% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAEE1 is #00511E. Grayscale: #CBCBCB. Windows color (decimal): -20767 or 14790399. OLE color: 14790399.

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

Color convert

RGB 255 174 225 -
CMYK 0 0.32 0.12 0
HSL 322.22º 1% 0.84% -
HSV(B) 322.22º 0.32% 1% -
XYZ 69.97 56.97 78.54 -
YUV 204.03 139.84 164.35 -
System Red Green Blue C M Y K H S L
Decimal 255 174 225 0 0.32 0.12 0 322.22 1 0.84
Hex FF AE E1 0 20 C 0 142 64 54
Octal 377 256 341 0 40 14 0 502 144 124
Binary 11111111 10101110 11100001 0 100000 1100 0 101000010 1100100 1010100

Color Harmonies of #FFAEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAEE1

Black with #FFAEE1

Text Example


Text Example

White with #FFAEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAEE1; }

 p { color: rgb(255,174,225); }

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

background-color css

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

 a { background-color: rgb(255,174,225); }

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

border-color css

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

 span { border-color: rgb(255,174,225); }

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