#FFB3F5

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

Shades of Lavender Rose #FFB3F5

Tints of Lavender Rose #FFB3F5

Color information

#FFB3F5 (or 0xFFB3F5) is unknown color: approx Lavender Rose. HEX triplet: FF, B3 and F5. RGB value is (255,179,245). Sum of RGB (Red+Green+Blue) = 255+179+245=679 (89% of max value = 765). Red value is 255 (100% from 255 or 37.56% from 679); Green value is 179 (70.31% from 255 or 26.36% from 679); Blue value is 245 (96.09% from 255 or 36.08% from 679); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB3F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB3F5 is #004C0A. Grayscale: #D1D1D1. Windows color (decimal): -19467 or 16102399. OLE color: 16102399.

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

Color convert

RGB255179245-
CMYK00.300.040
HSL307.89º100%85.1%-
HSV(B)307.89º29.8%100%-
XYZ73.8460.0994.09-
YUV209.25148.18160.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.56%
GREEN value IS 179 (70.31% from 255) = 26.36%
BLUE value IS 245 (96.09% from 255) = 36.08%
R=37.56%
G=26.36%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517924500.300.040307.8910085.1
HexFFB3F501E401346455
Octal37726336503640464144125
Binary111111111011001111110101011110100010011010011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB3F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB3F5; }

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

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

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

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

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

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

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

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