#FFB1F3

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

Shades of Lavender Rose #FFB1F3

Tints of Lavender Rose #FFB1F3

Color information

#FFB1F3 (or 0xFFB1F3) is unknown color: approx Lavender Rose. HEX triplet: FF, B1 and F3. RGB value is (255,177,243). Sum of RGB (Red+Green+Blue) = 255+177+243=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 177 (69.53% from 255 or 26.22% from 675); Blue value is 243 (95.31% from 255 or 36% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB1F3 is #004E0C. Grayscale: #CFCFCF. Windows color (decimal): -19981 or 15970815. OLE color: 15970815.

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

Color convert

RGB255177243-
CMYK00.310.050
HSL309.23º100%84.71%-
HSV(B)309.23º30.59%100%-
XYZ73.1459.1892.36-
YUV207.85147.84161.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.78%
GREEN value IS 177 (69.53% from 255) = 26.22%
BLUE value IS 243 (95.31% from 255) = 36%
R=37.78%
G=26.22%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517724300.310.050309.2310084.71
HexFFB1F301F501356455
Octal37726136303750465144125
Binary111111111011000111110011011111101010011010111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB1F3; }

 p { color: rgb(255,177,243); }

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

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

 a { background-color: rgb(255,177,243); }

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

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

 span { border-color: rgb(255,177,243); }

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