#FFABEE

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

Shades of Lavender Rose #FFABEE

Tints of Lavender Rose #FFABEE

Color information

#FFABEE (or 0xFFABEE) is unknown color: approx Lavender Rose. HEX triplet: FF, AB and EE. RGB value is (255,171,238). Sum of RGB (Red+Green+Blue) = 255+171+238=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 171 (67.19% from 255 or 25.75% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFABEE is #005411. Grayscale: #CBCBCB. Windows color (decimal): -21522 or 15641599. OLE color: 15641599.

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

Color convert

RGB255171238-
CMYK00.330.070
HSL312.14º100%83.53%-
HSV(B)312.14º32.94%100%-
XYZ71.2456.5688.05-
YUV203.75147.33164.55-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.40%
GREEN value IS 171 (67.19% from 255) = 25.75%
BLUE value IS 238 (93.36% from 255) = 35.84%
R=38.40%
G=25.75%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517123800.330.070312.1410083.53
HexFFABEE021701386454
Octal37725335604170470144124
Binary1111111110101011111011100100001111010011100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFABEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFABEE; }

 p { color: rgb(255,171,238); }

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

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

 a { background-color: rgb(255,171,238); }

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

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

 span { border-color: rgb(255,171,238); }

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