#FB98F4

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

Shades of Lavender Rose #FB98F4

Tints of Lavender Rose #FB98F4

Color information

#FB98F4 (or 0xFB98F4) is unknown color: approx Lavender Rose. HEX triplet: FB, 98 and F4. RGB value is (251,152,244). Sum of RGB (Red+Green+Blue) = 251+152+244=647 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.79% from 647); Green value is 152 (59.77% from 255 or 23.49% from 647); Blue value is 244 (95.70% from 255 or 37.71% from 647); Max value from RGB is 251 - color contains mainly: red. Hex color #FB98F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB98F4 is #04670B. Grayscale: #BFBFBF. Windows color (decimal): -288524 or 16029947. OLE color: 16029947.

HSL color Cylindrical-coordinate representation of color #FB98F4: hue angle of 304.24º degrees, saturation: 0.93, 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 #FB98F4 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB251152244-
CMYK00.390.030.02
HSL304.24º92.52%79.02%-
HSV(B)304.24º39.44%98.43%-
XYZ67.3449.591.59-
YUV192.09157.3170.02-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.79%
GREEN value IS 152 (59.77% from 255) = 23.49%
BLUE value IS 244 (95.70% from 255) = 37.71%
R=38.79%
G=23.49%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115224400.390.030.02304.2492.5279.02
HexFB98F4027321305d4f
Octal37323036404732460135117
Binary1111101110011000111101000100111111010011000010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB98F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB98F4; }

 p { color: rgb(251,152,244); }

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

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

 a { background-color: rgb(251,152,244); }

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

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

 span { border-color: rgb(251,152,244); }

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