#F7ACED

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

Shades of Lavender Rose #F7ACED

Tints of Lavender Rose #F7ACED

Color information

#F7ACED (or 0xF7ACED) is unknown color: approx Lavender Rose. HEX triplet: F7, AC and ED. RGB value is (247,172,237). Sum of RGB (Red+Green+Blue) = 247+172+237=656 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.65% from 656); Green value is 172 (67.58% from 255 or 26.22% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ACED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F7ACED is #085312. Grayscale: #C9C9C9. Windows color (decimal): -545555 or 15576311. OLE color: 15576311.

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

Color convert

RGB247172237-
CMYK00.300.040.03
HSL308º82.42%82.16%-
HSV(B)308º30.36%96.86%-
XYZ68.455.3987.21-
YUV201.84147.85160.21-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.65%
GREEN value IS 172 (67.58% from 255) = 26.22%
BLUE value IS 237 (92.97% from 255) = 36.13%
R=37.65%
G=26.22%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717223700.300.040.0330882.4282.16
HexF7ACED01E431345252
Octal36725435503643464122122
Binary1111011110101100111011010111101001110011010010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ACED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ACED; }

 p { color: rgb(247,172,237); }

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

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

 a { background-color: rgb(247,172,237); }

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

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

 span { border-color: rgb(247,172,237); }

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