#F7BCE7

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

Shades of Lavender Rose #F7BCE7

Tints of Lavender Rose #F7BCE7

Color information

#F7BCE7 (or 0xF7BCE7) is unknown color: approx Lavender Rose. HEX triplet: F7, BC and E7. RGB value is (247,188,231). Sum of RGB (Red+Green+Blue) = 247+188+231=666 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.09% from 666); Green value is 188 (73.83% from 255 or 28.23% from 666); Blue value is 231 (90.62% from 255 or 34.68% from 666); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BCE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BCE7 is #084318. Grayscale: #D2D2D2. Windows color (decimal): -541465 or 15187191. OLE color: 15187191.

HSL color Cylindrical-coordinate representation of color #F7BCE7: hue angle of 316.27º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F7BCE7 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB247188231-
CMYK00.240.060.03
HSL316.27º78.67%85.29%-
HSV(B)316.27º23.89%96.86%-
XYZ70.7661.5183.74-
YUV210.54139.55154-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.09%
GREEN value IS 188 (73.83% from 255) = 28.23%
BLUE value IS 231 (90.62% from 255) = 34.68%
R=37.09%
G=28.23%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718823100.240.060.03316.2778.6785.29
HexF7BCE70186313c4f55
Octal36727434703063474117125
Binary1111011110111100111001110110001101110011110010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BCE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BCE7; }

 p { color: rgb(247,188,231); }

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

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

 a { background-color: rgb(247,188,231); }

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

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

 span { border-color: rgb(247,188,231); }

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