#FFB7F7

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

Shades of Lavender Rose #FFB7F7

Tints of Lavender Rose #FFB7F7

Color information

#FFB7F7 (or 0xFFB7F7) is unknown color: approx Lavender Rose. HEX triplet: FF, B7 and F7. RGB value is (255,183,247). Sum of RGB (Red+Green+Blue) = 255+183+247=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 183 (71.88% from 255 or 26.72% from 685); Blue value is 247 (96.88% from 255 or 36.06% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB7F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB7F7 is #004808. Grayscale: #D3D3D3. Windows color (decimal): -18441 or 16234495. OLE color: 16234495.

HSL color Cylindrical-coordinate representation of color #FFB7F7: hue angle of 306.67º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FFB7F7 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB255183247-
CMYK00.280.030
HSL306.67º100%85.88%-
HSV(B)306.67º28.24%100%-
XYZ74.9661.8495.98-
YUV211.82147.85158.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.23%
GREEN value IS 183 (71.88% from 255) = 26.72%
BLUE value IS 247 (96.88% from 255) = 36.06%
R=37.23%
G=26.72%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518324700.280.030306.6710085.88
HexFFB7F701C301336456
Octal37726736703430463144126
Binary11111111101101111111011101110011010011001111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB7F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB7F7; }

 p { color: rgb(255,183,247); }

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

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

 a { background-color: rgb(255,183,247); }

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

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

 span { border-color: rgb(255,183,247); }

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