#FFB8EF

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

Shades of Lavender Rose #FFB8EF

Tints of Lavender Rose #FFB8EF

Color information

#FFB8EF (or 0xFFB8EF) is unknown color: approx Lavender Rose. HEX triplet: FF, B8 and EF. RGB value is (255,184,239). Sum of RGB (Red+Green+Blue) = 255+184+239=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 184 (72.27% from 255 or 27.14% from 678); Blue value is 239 (93.75% from 255 or 35.25% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB8EF is #004710. Grayscale: #D3D3D3. Windows color (decimal): -18193 or 15710463. OLE color: 15710463.

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

Color convert

RGB255184239-
CMYK00.280.060
HSL313.52º100%86.08%-
HSV(B)313.52º27.84%100%-
XYZ73.9661.7789.69-
YUV211.5143.52159.03-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.61%
GREEN value IS 184 (72.27% from 255) = 27.14%
BLUE value IS 239 (93.75% from 255) = 35.25%
R=37.61%
G=27.14%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518423900.280.060313.5210086.08
HexFFB8EF01C6013a6456
Octal37727035703460472144126
Binary111111111011100011101111011100110010011101011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB8EF; }

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

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

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

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

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

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

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

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