#FFB3F6

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

Shades of Lavender Rose #FFB3F6

Tints of Lavender Rose #FFB3F6

Color information

#FFB3F6 (or 0xFFB3F6) is unknown color: approx Lavender Rose. HEX triplet: FF, B3 and F6. RGB value is (255,179,246). Sum of RGB (Red+Green+Blue) = 255+179+246=680 (90% of max value = 765). Red value is 255 (100% from 255 or 37.5% from 680); Green value is 179 (70.31% from 255 or 26.32% from 680); Blue value is 246 (96.48% from 255 or 36.18% from 680); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB3F6 is #004C09. Grayscale: #D1D1D1. Windows color (decimal): -19466 or 16167935. OLE color: 16167935.

HSL color Cylindrical-coordinate representation of color #FFB3F6: hue angle of 307.11º 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 #FFB3F6 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB255179246-
CMYK00.300.040
HSL307.11º100%85.1%-
HSV(B)307.11º29.8%100%-
XYZ73.9960.1594.9-
YUV209.36148.68160.55-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.5%
GREEN value IS 179 (70.31% from 255) = 26.32%
BLUE value IS 246 (96.48% from 255) = 36.18%
R=37.5%
G=26.32%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517924600.300.040307.1110085.1
HexFFB3F601E401336455
Octal37726336603640463144125
Binary111111111011001111110110011110100010011001111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB3F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB3F6; }

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

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

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

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

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

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

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

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