#F7BCEB

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

Shades of Lavender Rose #F7BCEB

Tints of Lavender Rose #F7BCEB

Color information

#F7BCEB (or 0xF7BCEB) is unknown color: approx Lavender Rose. HEX triplet: F7, BC and EB. RGB value is (247,188,235). Sum of RGB (Red+Green+Blue) = 247+188+235=670 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.87% from 670); Green value is 188 (73.83% from 255 or 28.06% from 670); Blue value is 235 (92.19% from 255 or 35.07% from 670); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BCEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BCEB is #084314. Grayscale: #D2D2D2. Windows color (decimal): -541461 or 15449335. OLE color: 15449335.

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

Color convert

RGB247188235-
CMYK00.240.050.03
HSL312.2º78.67%85.29%-
HSV(B)312.2º23.89%96.86%-
XYZ71.3461.7486.75-
YUV211141.55153.68-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.87%
GREEN value IS 188 (73.83% from 255) = 28.06%
BLUE value IS 235 (92.19% from 255) = 35.07%
R=36.87%
G=28.06%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718823500.240.050.03312.278.6785.29
HexF7BCEB018531384f55
Octal36727435303053470117125
Binary1111011110111100111010110110001011110011100010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BCEB; }

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

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

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

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

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

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

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

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