#F5ACEE

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

Shades of Lavender Rose #F5ACEE

Tints of Lavender Rose #F5ACEE

Color information

#F5ACEE (or 0xF5ACEE) is unknown color: approx Lavender Rose. HEX triplet: F5, AC and EE. RGB value is (245,172,238). Sum of RGB (Red+Green+Blue) = 245+172+238=655 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.40% from 655); Green value is 172 (67.58% from 255 or 26.26% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ACEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5ACEE is #0A5311. Grayscale: #C9C9C9. Windows color (decimal): -676626 or 15641845. OLE color: 15641845.

HSL color Cylindrical-coordinate representation of color #F5ACEE: hue angle of 305.75º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5ACEE is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB245172238-
CMYK00.300.030.04
HSL305.75º78.49%81.76%-
HSV(B)305.75º29.8%96.08%-
XYZ67.8455.0987.95-
YUV201.35148.68159.13-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.40%
GREEN value IS 172 (67.58% from 255) = 26.26%
BLUE value IS 238 (93.36% from 255) = 36.34%
R=37.40%
G=26.26%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517223800.300.030.04305.7578.4981.76
HexF5ACEE01E341324e52
Octal36525435603634462116122
Binary1111010110101100111011100111101110010011001010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ACEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ACEE; }

 p { color: rgb(245,172,238); }

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

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

 a { background-color: rgb(245,172,238); }

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

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

 span { border-color: rgb(245,172,238); }

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