#FFAEEC

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

Shades of Lavender Rose #FFAEEC

Tints of Lavender Rose #FFAEEC

Color information

#FFAEEC (or 0xFFAEEC) is unknown color: approx Lavender Rose. HEX triplet: FF, AE and EC. RGB value is (255,174,236). Sum of RGB (Red+Green+Blue) = 255+174+236=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 174 (68.36% from 255 or 26.17% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAEEC is #005113. Grayscale: #CDCDCD. Windows color (decimal): -20756 or 15511295. OLE color: 15511295.

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

Color convert

RGB255174236-
CMYK00.320.070
HSL314.07º100%84.12%-
HSV(B)314.07º31.76%100%-
XYZ71.5257.5986.7-
YUV205.29145.34163.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.35%
GREEN value IS 174 (68.36% from 255) = 26.17%
BLUE value IS 236 (92.58% from 255) = 35.49%
R=38.35%
G=26.17%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517423600.320.070314.0710084.12
HexFFAEEC0207013a6454
Octal37725635404070472144124
Binary1111111110101110111011000100000111010011101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAEEC; }

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

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

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

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

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

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

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

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