#F7B4F3

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

Shades of Lavender Rose #F7B4F3

Tints of Lavender Rose #F7B4F3

Color information

#F7B4F3 (or 0xF7B4F3) is unknown color: approx Lavender Rose. HEX triplet: F7, B4 and F3. RGB value is (247,180,243). Sum of RGB (Red+Green+Blue) = 247+180+243=670 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.87% from 670); Green value is 180 (70.70% from 255 or 26.87% from 670); Blue value is 243 (95.31% from 255 or 36.27% from 670); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B4F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7B4F3 is #084B0C. Grayscale: #CFCFCF. Windows color (decimal): -543501 or 15971575. OLE color: 15971575.

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

Color convert

RGB247180243-
CMYK00.270.020.03
HSL303.58º80.72%83.73%-
HSV(B)303.58º27.13%96.86%-
XYZ70.8658.8992.43-
YUV207.21148.2156.38-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.87%
GREEN value IS 180 (70.70% from 255) = 26.87%
BLUE value IS 243 (95.31% from 255) = 36.27%
R=36.87%
G=26.87%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718024300.270.020.03303.5880.7283.73
HexF7B4F301B231305154
Octal36726436303323460121124
Binary111101111011010011110011011011101110011000010100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B4F3; }

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

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

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

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

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

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

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

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