#FFB8F6

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

Shades of Lavender Rose #FFB8F6

Tints of Lavender Rose #FFB8F6

Color information

#FFB8F6 (or 0xFFB8F6) is unknown color: approx Lavender Rose. HEX triplet: FF, B8 and F6. RGB value is (255,184,246). Sum of RGB (Red+Green+Blue) = 255+184+246=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 184 (72.27% from 255 or 26.86% from 685); Blue value is 246 (96.48% from 255 or 35.91% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB8F6 is #004709. Grayscale: #D4D4D4. Windows color (decimal): -18186 or 16169215. OLE color: 16169215.

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

Color convert

RGB255184246-
CMYK00.280.040
HSL307.61º100%86.08%-
HSV(B)307.61º27.84%100%-
XYZ75.0262.1995.24-
YUV212.3147.02158.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.23%
GREEN value IS 184 (72.27% from 255) = 26.86%
BLUE value IS 246 (96.48% from 255) = 35.91%
R=37.23%
G=26.86%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518424600.280.040307.6110086.08
HexFFB8F601C401346456
Octal37727036603440464144126
Binary111111111011100011110110011100100010011010011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB8F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB8F6; }

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

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

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

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

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

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

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

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