#F7B5ED

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

Shades of Lavender Rose #F7B5ED

Tints of Lavender Rose #F7B5ED

Color information

#F7B5ED (or 0xF7B5ED) is unknown color: approx Lavender Rose. HEX triplet: F7, B5 and ED. RGB value is (247,181,237). Sum of RGB (Red+Green+Blue) = 247+181+237=665 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.14% from 665); Green value is 181 (71.09% from 255 or 27.22% from 665); Blue value is 237 (92.97% from 255 or 35.64% from 665); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B5ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7B5ED is #084A12. Grayscale: #CECECE. Windows color (decimal): -543251 or 15578615. OLE color: 15578615.

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

Color convert

RGB247181237-
CMYK00.270.040.03
HSL309.09º80.49%83.92%-
HSV(B)309.09º26.72%96.86%-
XYZ70.1758.9487.8-
YUV207.12144.87156.45-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.14%
GREEN value IS 181 (71.09% from 255) = 27.22%
BLUE value IS 237 (92.97% from 255) = 35.64%
R=37.14%
G=27.22%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718123700.270.040.03309.0980.4983.92
HexF7B5ED01B431355054
Octal36726535503343465120124
Binary1111011110110101111011010110111001110011010110100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B5ED; }

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

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

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

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

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

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

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

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