#FFAEEB

Color #FFAEEB Lavender Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Rose #FFAEEB

Tints of Lavender Rose #FFAEEB

Color information

#FFAEEB (or 0xFFAEEB) is unknown color: approx Lavender Rose. HEX triplet: FF, AE and EB. RGB value is (255,174,235). Sum of RGB (Red+Green+Blue) = 255+174+235=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 174 (68.36% from 255 or 26.20% from 664); Blue value is 235 (92.19% from 255 or 35.39% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAEEB is #005114. Grayscale: #CDCDCD. Windows color (decimal): -20757 or 15445759. OLE color: 15445759.

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

Color convert

RGB255174235-
CMYK00.320.080
HSL314.81º100%84.12%-
HSV(B)314.81º31.76%100%-
XYZ71.3757.5385.94-
YUV205.17144.84163.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.40%
GREEN value IS 174 (68.36% from 255) = 26.20%
BLUE value IS 235 (92.19% from 255) = 35.39%
R=38.40%
G=26.20%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517423500.320.080314.8110084.12
HexFFAEEB0208013b6454
Octal377256353040100473144124
Binary11111111101011101110101101000001000010011101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAEEB; }

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

 H1.HeaderClassName
 {
   color: #FFAEEB;
 }
 .AnyTagClassName
 {
   color: #FFAEEB;
 }
</style>
background-color css

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

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

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

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

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

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