#F7BDE7

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

Shades of Lavender Rose #F7BDE7

Tints of Lavender Rose #F7BDE7

Color information

#F7BDE7 (or 0xF7BDE7) is unknown color: approx Lavender Rose. HEX triplet: F7, BD and E7. RGB value is (247,189,231). Sum of RGB (Red+Green+Blue) = 247+189+231=667 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.03% from 667); Green value is 189 (74.22% from 255 or 28.34% from 667); Blue value is 231 (90.62% from 255 or 34.63% from 667); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BDE7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BDE7 is #084218. Grayscale: #D3D3D3. Windows color (decimal): -541209 or 15187447. OLE color: 15187447.

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

Color convert

RGB247189231-
CMYK00.230.060.03
HSL316.55º78.38%85.49%-
HSV(B)316.55º23.48%96.86%-
XYZ70.9861.9483.82-
YUV211.13139.22153.58-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.03%
GREEN value IS 189 (74.22% from 255) = 28.34%
BLUE value IS 231 (90.62% from 255) = 34.63%
R=37.03%
G=28.34%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718923100.230.060.03316.5578.3885.49
HexF7BDE70176313d4e55
Octal36727534702763475116125
Binary1111011110111101111001110101111101110011110110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BDE7; }

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

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

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

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

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

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

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

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