#FFB3F7

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

Shades of Lavender Rose #FFB3F7

Tints of Lavender Rose #FFB3F7

Color information

#FFB3F7 (or 0xFFB3F7) is unknown color: approx Lavender Rose. HEX triplet: FF, B3 and F7. RGB value is (255,179,247). Sum of RGB (Red+Green+Blue) = 255+179+247=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 179 (70.31% from 255 or 26.28% from 681); Blue value is 247 (96.88% from 255 or 36.27% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB3F7 is #004C08. Grayscale: #D1D1D1. Windows color (decimal): -19465 or 16233471. OLE color: 16233471.

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

Color convert

RGB255179247-
CMYK00.300.030
HSL306.32º100%85.1%-
HSV(B)306.32º29.8%100%-
XYZ74.1560.2295.71-
YUV209.48149.18160.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.44%
GREEN value IS 179 (70.31% from 255) = 26.28%
BLUE value IS 247 (96.88% from 255) = 36.27%
R=37.44%
G=26.28%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517924700.300.030306.3210085.1
HexFFB3F701E301326455
Octal37726336703630462144125
Binary11111111101100111111011101111011010011001011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB3F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB3F7; }

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

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

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

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

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

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

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

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