#FFB8FE

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

Shades of Lavender Rose #FFB8FE

Tints of Lavender Rose #FFB8FE

Color information

#FFB8FE (or 0xFFB8FE) is unknown color: approx Lavender Rose. HEX triplet: FF, B8 and FE. RGB value is (255,184,254). Sum of RGB (Red+Green+Blue) = 255+184+254=693 (91% of max value = 765). Red value is 255 (100% from 255 or 36.80% from 693); Green value is 184 (72.27% from 255 or 26.55% from 693); Blue value is 254 (99.61% from 255 or 36.65% from 693); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB8FE is #004701. Grayscale: #D5D5D5. Windows color (decimal): -18178 or 16693503. OLE color: 16693503.

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

Color convert

RGB255184254-
CMYK00.280.000
HSL300.85º100%86.08%-
HSV(B)300.85º27.84%100%-
XYZ76.2762.7101.85-
YUV213.21151.02157.81-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.80%
GREEN value IS 184 (72.27% from 255) = 26.55%
BLUE value IS 254 (99.61% from 255) = 36.65%
R=36.80%
G=26.55%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518425400.280.000300.8510086.08
HexFFB8FE01C0012d6456
Octal37727037603400455144126
Binary1111111110111000111111100111000010010110111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB8FE; }

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

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

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

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

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

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

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

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