#FB98D3

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

Shades of Lavender Rose #FB98D3

Tints of Lavender Rose #FB98D3

Color information

#FB98D3 (or 0xFB98D3) is unknown color: approx Lavender Rose. HEX triplet: FB, 98 and D3. RGB value is (251,152,211). Sum of RGB (Red+Green+Blue) = 251+152+211=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 152 (59.77% from 255 or 24.76% from 614); Blue value is 211 (82.81% from 255 or 34.36% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FB98D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FB98D3 is #04672C. Grayscale: #BCBCBC. Windows color (decimal): -288557 or 13867259. OLE color: 13867259.

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

Color convert

RGB251152211-
CMYK00.390.160.02
HSL324.24º92.52%79.02%-
HSV(B)324.24º39.44%98.43%-
XYZ62.7747.6767.52-
YUV188.33140.8172.7-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 40.88%
GREEN value IS 152 (59.77% from 255) = 24.76%
BLUE value IS 211 (82.81% from 255) = 34.36%
R=40.88%
G=24.76%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115221100.390.160.02324.2492.5279.02
HexFB98D30271021445d4f
Octal373230323047202504135117
Binary1111101110011000110100110100111100001010100010010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB98D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB98D3; }

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

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

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

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

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

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

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

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