#F7B4ED

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

Shades of Lavender Rose #F7B4ED

Tints of Lavender Rose #F7B4ED

Color information

#F7B4ED (or 0xF7B4ED) is unknown color: approx Lavender Rose. HEX triplet: F7, B4 and ED. RGB value is (247,180,237). Sum of RGB (Red+Green+Blue) = 247+180+237=664 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.20% from 664); Green value is 180 (70.70% from 255 or 27.11% from 664); Blue value is 237 (92.97% from 255 or 35.69% from 664); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B4ED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7B4ED is #084B12. Grayscale: #CECECE. Windows color (decimal): -543507 or 15578359. OLE color: 15578359.

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

Color convert

RGB247180237-
CMYK00.270.040.03
HSL308.96º80.72%83.73%-
HSV(B)308.96º27.13%96.86%-
XYZ69.9758.5387.73-
YUV206.53145.2156.87-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.20%
GREEN value IS 180 (70.70% from 255) = 27.11%
BLUE value IS 237 (92.97% from 255) = 35.69%
R=37.20%
G=27.11%
B=35.69%

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
Decimal24718023700.270.040.03308.9680.7283.73
HexF7B4ED01B431355154
Octal36726435503343465121124
Binary1111011110110100111011010110111001110011010110100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B4ED; }

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

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

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

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

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

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

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

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