#FB9FF3

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

Shades of Lavender Rose #FB9FF3

Tints of Lavender Rose #FB9FF3

Color information

#FB9FF3 (or 0xFB9FF3) is unknown color: approx Lavender Rose. HEX triplet: FB, 9F and F3. RGB value is (251,159,243). Sum of RGB (Red+Green+Blue) = 251+159+243=653 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.44% from 653); Green value is 159 (62.5% from 255 or 24.35% from 653); Blue value is 243 (95.31% from 255 or 37.21% from 653); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9FF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FB9FF3 is #04600C. Grayscale: #C3C3C3. Windows color (decimal): -286733 or 15966203. OLE color: 15966203.

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

Color convert

RGB251159243-
CMYK00.370.030.02
HSL305.22º92%80.39%-
HSV(B)305.22º36.65%98.43%-
XYZ68.3651.7891.18-
YUV196.08154.48167.17-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.44%
GREEN value IS 159 (62.5% from 255) = 24.35%
BLUE value IS 243 (95.31% from 255) = 37.21%
R=38.44%
G=24.35%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25115924300.370.030.02305.229280.39
HexFB9FF3025321315c50
Octal37323736304532461134120
Binary1111101110011111111100110100101111010011000110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9FF3; }

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

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

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

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

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

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

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

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