#FFB8FB

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

Shades of Lavender Rose #FFB8FB

Tints of Lavender Rose #FFB8FB

Color information

#FFB8FB (or 0xFFB8FB) is unknown color: approx Lavender Rose. HEX triplet: FF, B8 and FB. RGB value is (255,184,251). Sum of RGB (Red+Green+Blue) = 255+184+251=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 184 (72.27% from 255 or 26.67% from 690); Blue value is 251 (98.44% from 255 or 36.38% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB8FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB8FB is #004704. Grayscale: #D4D4D4. Windows color (decimal): -18181 or 16496895. OLE color: 16496895.

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

Color convert

RGB255184251-
CMYK00.280.020
HSL303.38º100%86.08%-
HSV(B)303.38º27.84%100%-
XYZ75.7962.5199.34-
YUV212.87149.52158.05-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.96%
GREEN value IS 184 (72.27% from 255) = 26.67%
BLUE value IS 251 (98.44% from 255) = 36.38%
R=36.96%
G=26.67%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518425100.280.020303.3810086.08
HexFFB8FB01C2012f6456
Octal37727037303420457144126
Binary11111111101110001111101101110010010010111111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB8FB; }

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

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

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

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

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

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

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

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