#FB99F0

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

Shades of Lavender Rose #FB99F0

Tints of Lavender Rose #FB99F0

Color information

#FB99F0 (or 0xFB99F0) is unknown color: approx Lavender Rose. HEX triplet: FB, 99 and F0. RGB value is (251,153,240). Sum of RGB (Red+Green+Blue) = 251+153+240=644 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.98% from 644); Green value is 153 (60.16% from 255 or 23.76% from 644); Blue value is 240 (94.14% from 255 or 37.27% from 644); Max value from RGB is 251 - color contains mainly: red. Hex color #FB99F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB99F0 is #04660F. Grayscale: #BFBFBF. Windows color (decimal): -288272 or 15768059. OLE color: 15768059.

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

Color convert

RGB251153240-
CMYK00.390.040.02
HSL306.73º92.45%79.22%-
HSV(B)306.73º39.04%98.43%-
XYZ66.949.5888.48-
YUV192.22154.97169.93-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.98%
GREEN value IS 153 (60.16% from 255) = 23.76%
BLUE value IS 240 (94.14% from 255) = 37.27%
R=38.98%
G=23.76%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115324000.390.040.02306.7392.4579.22
HexFB99F0027421335c4f
Octal37323136004742463134117
Binary11111011100110011111000001001111001010011001110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB99F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB99F0; }

 p { color: rgb(251,153,240); }

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

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

 a { background-color: rgb(251,153,240); }

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

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

 span { border-color: rgb(251,153,240); }

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