#F7BDEE

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

Shades of Lavender Rose #F7BDEE

Tints of Lavender Rose #F7BDEE

Color information

#F7BDEE (or 0xF7BDEE) is unknown color: approx Lavender Rose. HEX triplet: F7, BD and EE. RGB value is (247,189,238). Sum of RGB (Red+Green+Blue) = 247+189+238=674 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.65% from 674); Green value is 189 (74.22% from 255 or 28.04% from 674); Blue value is 238 (93.36% from 255 or 35.31% from 674); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BDEE is #084211. Grayscale: #D3D3D3. Windows color (decimal): -541202 or 15646199. OLE color: 15646199.

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

Color convert

RGB247189238-
CMYK00.230.040.03
HSL309.31º78.38%85.49%-
HSV(B)309.31º23.48%96.86%-
XYZ71.9962.3489.13-
YUV211.93142.72153.02-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.65%
GREEN value IS 189 (74.22% from 255) = 28.04%
BLUE value IS 238 (93.36% from 255) = 35.31%
R=36.65%
G=28.04%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718923800.230.040.03309.3178.3885.49
HexF7BDEE017431354e55
Octal36727535602743465116125
Binary1111011110111101111011100101111001110011010110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BDEE; }

 p { color: rgb(247,189,238); }

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

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

 a { background-color: rgb(247,189,238); }

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

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

 span { border-color: rgb(247,189,238); }

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