#FB97F3

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

Shades of Lavender Rose #FB97F3

Tints of Lavender Rose #FB97F3

Color information

#FB97F3 (or 0xFB97F3) is unknown color: approx Lavender Rose. HEX triplet: FB, 97 and F3. RGB value is (251,151,243). Sum of RGB (Red+Green+Blue) = 251+151+243=645 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.91% from 645); Green value is 151 (59.38% from 255 or 23.41% from 645); Blue value is 243 (95.31% from 255 or 37.67% from 645); Max value from RGB is 251 - color contains mainly: red. Hex color #FB97F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB97F3 is #04680C. Grayscale: #BFBFBF. Windows color (decimal): -288781 or 15964155. OLE color: 15964155.

HSL color Cylindrical-coordinate representation of color #FB97F3: hue angle of 304.8º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FB97F3 is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB251151243-
CMYK00.400.030.02
HSL304.8º92.59%78.82%-
HSV(B)304.8º39.84%98.43%-
XYZ67.0349.1190.74-
YUV191.39157.13170.52-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.91%
GREEN value IS 151 (59.38% from 255) = 23.41%
BLUE value IS 243 (95.31% from 255) = 37.67%
R=38.91%
G=23.41%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115124300.400.030.02304.892.5978.82
HexFB97F3028321315d4f
Octal37322736305032461135117
Binary1111101110010111111100110101000111010011000110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB97F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB97F3; }

 p { color: rgb(251,151,243); }

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

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

 a { background-color: rgb(251,151,243); }

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

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

 span { border-color: rgb(251,151,243); }

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