#FFB8F1

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

Shades of Lavender Rose #FFB8F1

Tints of Lavender Rose #FFB8F1

Color information

#FFB8F1 (or 0xFFB8F1) is unknown color: approx Lavender Rose. HEX triplet: FF, B8 and F1. RGB value is (255,184,241). Sum of RGB (Red+Green+Blue) = 255+184+241=680 (90% of max value = 765). Red value is 255 (100% from 255 or 37.5% from 680); Green value is 184 (72.27% from 255 or 27.06% from 680); Blue value is 241 (94.53% from 255 or 35.44% from 680); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB8F1 is #00470E. Grayscale: #D3D3D3. Windows color (decimal): -18191 or 15841535. OLE color: 15841535.

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

Color convert

RGB255184241-
CMYK00.280.050
HSL311.83º100%86.08%-
HSV(B)311.83º27.84%100%-
XYZ74.2661.8991.25-
YUV211.73144.52158.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.5%
GREEN value IS 184 (72.27% from 255) = 27.06%
BLUE value IS 241 (94.53% from 255) = 35.44%
R=37.5%
G=27.06%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518424100.280.050311.8310086.08
HexFFB8F101C501386456
Octal37727036103450470144126
Binary111111111011100011110001011100101010011100011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB8F1; }

 p { color: rgb(255,184,241); }

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

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

 a { background-color: rgb(255,184,241); }

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

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

 span { border-color: rgb(255,184,241); }

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