#F7B4EC

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

Shades of Lavender Rose #F7B4EC

Tints of Lavender Rose #F7B4EC

Color information

#F7B4EC (or 0xF7B4EC) is unknown color: approx Lavender Rose. HEX triplet: F7, B4 and EC. RGB value is (247,180,236). Sum of RGB (Red+Green+Blue) = 247+180+236=663 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.25% from 663); Green value is 180 (70.70% from 255 or 27.15% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B4EC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7B4EC is #084B13. Grayscale: #CECECE. Windows color (decimal): -543508 or 15512823. OLE color: 15512823.

HSL color Cylindrical-coordinate representation of color #F7B4EC: hue angle of 309.85º degrees, saturation: 0.81, 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 #F7B4EC is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB247180236-
CMYK00.270.040.03
HSL309.85º80.72%83.73%-
HSV(B)309.85º27.13%96.86%-
XYZ69.8258.4786.96-
YUV206.42144.7156.95-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.25%
GREEN value IS 180 (70.70% from 255) = 27.15%
BLUE value IS 236 (92.58% from 255) = 35.60%
R=37.25%
G=27.15%
B=35.60%

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
Decimal24718023600.270.040.03309.8580.7283.73
HexF7B4EC01B431365154
Octal36726435403343466121124
Binary1111011110110100111011000110111001110011011010100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B4EC; }

 p { color: rgb(247,180,236); }

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

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

 a { background-color: rgb(247,180,236); }

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

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

 span { border-color: rgb(247,180,236); }

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