#FF9BFB

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

Shades of Lavender Rose #FF9BFB

Tints of Lavender Rose #FF9BFB

Color information

#FF9BFB (or 0xFF9BFB) is unknown color: approx Lavender Rose. HEX triplet: FF, 9B and FB. RGB value is (255,155,251). Sum of RGB (Red+Green+Blue) = 255+155+251=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 155 (60.94% from 255 or 23.45% from 661); Blue value is 251 (98.44% from 255 or 37.97% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9BFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FF9BFB is #006404. Grayscale: #C3C3C3. Windows color (decimal): -25605 or 16489471. OLE color: 16489471.

HSL color Cylindrical-coordinate representation of color #FF9BFB: hue angle of 302.4º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FF9BFB is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB255155251-
CMYK00.390.020
HSL302.4º100%80.39%-
HSV(B)302.4º39.22%100%-
XYZ70.3751.6797.53-
YUV195.84159.13170.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.58%
GREEN value IS 155 (60.94% from 255) = 23.45%
BLUE value IS 251 (98.44% from 255) = 37.97%
R=38.58%
G=23.45%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515525100.390.020302.410080.39
HexFF9BFB0272012e6450
Octal37723337304720456144120
Binary111111111001101111111011010011110010010111011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9BFB; }

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

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

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

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

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

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

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

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