#FB98DA

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

Shades of Lavender Rose #FB98DA

Tints of Lavender Rose #FB98DA

Color information

#FB98DA (or 0xFB98DA) is unknown color: approx Lavender Rose. HEX triplet: FB, 98 and DA. RGB value is (251,152,218). Sum of RGB (Red+Green+Blue) = 251+152+218=621 (82% of max value = 765). Red value is 251 (98.44% from 255 or 40.42% from 621); Green value is 152 (59.77% from 255 or 24.48% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 251 - color contains mainly: red. Hex color #FB98DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB98DA is #046725. Grayscale: #BCBCBC. Windows color (decimal): -288550 or 14326011. OLE color: 14326011.

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

Color convert

RGB251152218-
CMYK00.390.130.02
HSL320º92.52%79.02%-
HSV(B)320º39.44%98.43%-
XYZ63.6748.0372.24-
YUV189.12144.3172.13-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.42%
GREEN value IS 152 (59.77% from 255) = 24.48%
BLUE value IS 218 (85.55% from 255) = 35.10%
R=40.42%
G=24.48%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115221800.390.130.0232092.5279.02
HexFB98DA027D21405d4f
Octal373230332047152500135117
Binary111110111001100011011010010011111011010100000010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB98DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB98DA; }

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

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

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

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

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

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

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

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