#FFAEFE

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

Shades of Lavender Rose #FFAEFE

Tints of Lavender Rose #FFAEFE

Color information

#FFAEFE (or 0xFFAEFE) is unknown color: approx Lavender Rose. HEX triplet: FF, AE and FE. RGB value is (255,174,254). Sum of RGB (Red+Green+Blue) = 255+174+254=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 174 (68.36% from 255 or 25.48% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAEFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAEFE is #005101. Grayscale: #CFCFCF. Windows color (decimal): -20738 or 16690943. OLE color: 16690943.

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

Color convert

RGB255174254-
CMYK00.320.000
HSL300.74º100%84.12%-
HSV(B)300.74º31.76%100%-
XYZ74.2758.69101.18-
YUV207.34154.34162-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.34%
GREEN value IS 174 (68.36% from 255) = 25.48%
BLUE value IS 254 (99.61% from 255) = 37.19%
R=37.34%
G=25.48%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517425400.320.000300.7410084.12
HexFFAEFE0200012d6454
Octal37725637604000455144124
Binary11111111101011101111111001000000010010110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAEFE; }

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

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

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

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

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

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

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

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